Sha256: dbabff05e22a7d186379e8cfa8a93ced35feb50f8fa58d89ad5d753841b18fec

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 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

3 entries across 3 versions & 1 rubygems

Version Path
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/doc/gen/aui/aui_floating_frame.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/doc/gen/aui/aui_floating_frame.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/doc/gen/aui/aui_floating_frame.rb