Class: Wx::AUI::AuiPaneLayoutInfo

Inherits:
AuiDockLayoutInfo show all
Defined in:
lib/wx/doc/gen/aui/aui_manager.rb

Overview

Note:

This class is untracked and should not be derived from nor instances extended!

Description of user-modifiable pane layout information.

This struct is used with AuiSerializer and AuiDeserializer to store the pane layout. Its fields, including the inherited ones from AuiDockLayoutInfo, have the same meaning as the corresponding fields in AuiPaneInfo (with the exception of is_maximized and is_hidden, which rather correspond to the individual bits of its state field), but it doesn’t contain the fields that it wouldn’t make sense to serialize.

Requires:

  • USE_AUI

Instance Method Summary collapse

Methods inherited from AuiDockLayoutInfo

#dock_direction, #dock_direction=, #dock_layer, #dock_layer=, #dock_pos, #dock_pos=, #dock_proportion, #dock_proportion=, #dock_row, #dock_row=, #dock_size, #dock_size=

Constructor Details

#initialize(name) ⇒ Wx::AUI::AuiPaneLayoutInfo

Ctor sets the name, which is always required.

Parameters:

  • name (String)


662
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 662

def initialize(name) end

Instance Method Details

#floating_posWx::Point

Position of the pane when floating, may be invalid.

Returns:



627
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 627

def floating_pos; end

#floating_pos=(val) ⇒ void

This method returns an undefined value.

Position of the pane when floating, may be invalid.

Parameters:



633
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 633

def floating_pos=(val); end

#floating_sizeWx::Size

Size of the pane when floating, may be invalid.

Returns:



639
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 639

def floating_size; end

#floating_size=(val) ⇒ void

This method returns an undefined value.

Size of the pane when floating, may be invalid.

Parameters:



645
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 645

def floating_size=(val); end

#is_maximizedBoolean

True if the pane is currently maximized.

Returns:

  • (Boolean)


651
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 651

def is_maximized; end

#is_maximized=(val) ⇒ void

This method returns an undefined value.

True if the pane is currently maximized.

Parameters:

  • val (Boolean)


657
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 657

def is_maximized=(val); end

#nameString

Unique name of the pane.

Returns:

  • (String)


615
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 615

def name; end

#name=(val) ⇒ void

This method returns an undefined value.

Unique name of the pane.

Parameters:

  • val (String)


621
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 621

def name=(val); end