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.
532 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 532 def dock_direction; end |
#dock_direction=(val) ⇒ void
This method returns an undefined value.
Direction of the dock containing the pane.
538 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 538 def dock_direction=(val); end |
#dock_layer ⇒ Integer
Layer of the dock containing the pane.
544 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 544 def dock_layer; end |
#dock_layer=(val) ⇒ void
This method returns an undefined value.
Layer of the dock containing the pane.
550 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 550 def dock_layer=(val); end |
#dock_pos ⇒ Integer
Position of the pane in the dock containing it.
568 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 568 def dock_pos; end |
#dock_pos=(val) ⇒ void
This method returns an undefined value.
Position of the pane in the dock containing it.
574 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 574 def dock_pos=(val); end |
#dock_proportion ⇒ Integer
Relative proportion of the dock allocated to this pane.
580 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 580 def dock_proportion; end |
#dock_proportion=(val) ⇒ void
This method returns an undefined value.
Relative proportion of the dock allocated to this pane.
586 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 586 def dock_proportion=(val); end |
#dock_row ⇒ Integer
Row of the dock containing the pane.
556 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 556 def dock_row; end |
#dock_row=(val) ⇒ void
This method returns an undefined value.
Row of the dock containing the pane.
562 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 562 def dock_row=(val); end |
#dock_size ⇒ Integer
Size of the containing dock.
592 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 592 def dock_size; end |
#dock_size=(val) ⇒ void
This method returns an undefined value.
Size of the containing dock.
598 |
# File 'lib/wx/doc/gen/aui/aui_manager.rb', line 598 def dock_size=(val); end |