Sha256: 6954acb85ce9624ae6e71806143849d3ef9518a78cbff3e0e53467f025df38f1
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# :stopdoc: # This file is automatically generated by the WXRuby3 documentation # generator. Do not alter this file. # :startdoc: module Wx::AUI # # # # @wxrb_require USE_AUI class AuiFloatingFrame < Frame # @param parent [Wx::Window] # @param ownerMgr [Wx::AUI::AuiManager] # @param pane [Wx::AUI::AuiPaneInfo] # @param id [Integer] # @param style [Integer] # @return [Wx::AUI::AuiFloatingFrame] def initialize(parent, ownerMgr, pane, id=Wx::StandardID::ID_ANY, style=(Wx::RESIZE_BORDER|Wx::SYSTEM_MENU|Wx::CAPTION|Wx::FRAME_NO_TASKBAR|Wx::FRAME_FLOAT_ON_PARENT|Wx::CLIP_CHILDREN)) end # @param pane [Wx::AUI::AuiPaneInfo] # @return [void] def set_pane_window(pane) end alias_method :pane_window=, :set_pane_window # @return [Wx::AUI::AuiManager] def get_owner_manager; end alias_method :owner_manager, :get_owner_manager # Returns the embedded {Wx::AUI::AuiManager} managing this floating pane's contents. # @return [Wx::AUI::AuiManager] def get_aui_manager; end alias_method :aui_manager, :get_aui_manager end # AuiFloatingFrame end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wxruby3-0.9.2-x64-mingw-ucrt | lib/wx/doc/gen/aui/aui_floating_frame.rb |