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)


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

def initialize(name) end

Instance Method Details

#floating_posWx::Point

Position of the pane when floating, may be invalid.

Returns:



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

def floating_pos; end

#floating_pos=(val) ⇒ void

This method returns an undefined value.

Position of the pane when floating, may be invalid.

Parameters:



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

def floating_pos=(val); end

#floating_sizeWx::Size

Size of the pane when floating, may be invalid.

Returns:



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

def floating_size; end

#floating_size=(val) ⇒ void

This method returns an undefined value.

Size of the pane when floating, may be invalid.

Parameters:



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

def floating_size=(val); end

#is_maximizedBoolean

True if the pane is currently maximized.

Returns:

  • (Boolean)


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

def is_maximized; end

#is_maximized=(val) ⇒ void

This method returns an undefined value.

True if the pane is currently maximized.

Parameters:

  • val (Boolean)


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

def is_maximized=(val); end

#nameString

Unique name of the pane.

Returns:

  • (String)


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

def name; end

#name=(val) ⇒ void

This method returns an undefined value.

Unique name of the pane.

Parameters:

  • val (String)


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

def name=(val); end