Class: Wx::AUI::AuiDockLayoutInfo

Inherits:
Object
  • Object
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 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.

Requires:

  • USE_AUI

Direct Known Subclasses

AuiPaneLayoutInfo, AuiTabLayoutInfo

Instance Method Summary collapse

Instance Method Details

#dock_directionInteger

Direction of the dock containing the pane.

Returns:

  • (Integer)


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

def dock_direction; end

#dock_direction=(val) ⇒ void

This method returns an undefined value.

Direction of the dock containing the pane.

Parameters:

  • val (Integer)


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

def dock_direction=(val); end

#dock_layerInteger

Layer of the dock containing the pane.

Returns:

  • (Integer)


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

def dock_layer; end

#dock_layer=(val) ⇒ void

This method returns an undefined value.

Layer of the dock containing the pane.

Parameters:

  • val (Integer)


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

def dock_layer=(val); end

#dock_posInteger

Position of the pane in the dock containing it.

Returns:

  • (Integer)


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

def dock_pos; end

#dock_pos=(val) ⇒ void

This method returns an undefined value.

Position of the pane in the dock containing it.

Parameters:

  • val (Integer)


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

def dock_pos=(val); end

#dock_proportionInteger

Relative proportion of the dock allocated to this pane.

Returns:

  • (Integer)


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

def dock_proportion; end

#dock_proportion=(val) ⇒ void

This method returns an undefined value.

Relative proportion of the dock allocated to this pane.

Parameters:

  • val (Integer)


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

def dock_proportion=(val); end

#dock_rowInteger

Row of the dock containing the pane.

Returns:

  • (Integer)


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

def dock_row; end

#dock_row=(val) ⇒ void

This method returns an undefined value.

Row of the dock containing the pane.

Parameters:

  • val (Integer)


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

def dock_row=(val); end

#dock_sizeInteger

Size of the containing dock.

Returns:

  • (Integer)


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

def dock_size; end

#dock_size=(val) ⇒ void

This method returns an undefined value.

Size of the containing dock.

Parameters:

  • val (Integer)


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

def dock_size=(val); end