Class: Wx::AUI::AuiDockLayoutInfo
- Inherits:
-
Object
- Object
- Wx::AUI::AuiDockLayoutInfo
- Defined in:
- lib/wx/doc/gen/aui/aui_manager.rb
Overview
This class is untracked and should not be derived from nor instances extended!
Description of a docked element layout.
The fields in this struct are shared by AuiPaneLayoutInfo and AuiTabLayoutInfo and contain information about the layout of a docked pane or tab layout. Note that when saving the objects of this type, fields that have the value of 0 can be omitted, as this is their default value in any case (except for dock_direction which is never 0), to make the serialized representation more compact.
Direct Known Subclasses
Instance Method Summary collapse
-
#dock_direction ⇒ Integer
Direction of the dock containing the pane.
-
#dock_direction=(val) ⇒ void
Direction of the dock containing the pane.
-
#dock_layer ⇒ Integer
Layer of the dock containing the pane.
-
#dock_layer=(val) ⇒ void
Layer of the dock containing the pane.
-
#dock_pos ⇒ Integer
Position of the pane in the dock containing it.
-
#dock_pos=(val) ⇒ void
Position of the pane in the dock containing it.
-
#dock_proportion ⇒ Integer
Relative proportion of the dock allocated to this pane.
-
#dock_proportion=(val) ⇒ void
Relative proportion of the dock allocated to this pane.
-
#dock_row ⇒ Integer
Row of the dock containing the pane.
-
#dock_row=(val) ⇒ void
Row of the dock containing the pane.
-
#dock_size ⇒ Integer
Size of the containing dock.
-
#dock_size=(val) ⇒ void
Size of the containing dock.
Instance Method Details
#dock_direction ⇒ Integer
Direction of the dock containing the pane.
531 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 531 def dock_direction; end |
#dock_direction=(val) ⇒ void
This method returns an undefined value.
Direction of the dock containing the pane.
537 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 537 def dock_direction=(val); end |
#dock_layer ⇒ Integer
Layer of the dock containing the pane.
543 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 543 def dock_layer; end |
#dock_layer=(val) ⇒ void
This method returns an undefined value.
Layer of the dock containing the pane.
549 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 549 def dock_layer=(val); end |
#dock_pos ⇒ Integer
Position of the pane in the dock containing it.
567 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 567 def dock_pos; end |
#dock_pos=(val) ⇒ void
This method returns an undefined value.
Position of the pane in the dock containing it.
573 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 573 def dock_pos=(val); end |
#dock_proportion ⇒ Integer
Relative proportion of the dock allocated to this pane.
579 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 579 def dock_proportion; end |
#dock_proportion=(val) ⇒ void
This method returns an undefined value.
Relative proportion of the dock allocated to this pane.
585 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 585 def dock_proportion=(val); end |
#dock_row ⇒ Integer
Row of the dock containing the pane.
555 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 555 def dock_row; end |
#dock_row=(val) ⇒ void
This method returns an undefined value.
Row of the dock containing the pane.
561 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 561 def dock_row=(val); end |
#dock_size ⇒ Integer
Size of the containing dock.
591 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 591 def dock_size; end |
#dock_size=(val) ⇒ void
This method returns an undefined value.
Size of the containing dock.
597 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 597 def dock_size=(val); end |