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)


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.

Parameters:

  • val (Integer)


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

def dock_direction=(val); end

#dock_layerInteger

Layer of the dock containing the pane.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_layer=(val); end

#dock_posInteger

Position of the pane in the dock containing it.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_pos=(val); end

#dock_proportionInteger

Relative proportion of the dock allocated to this pane.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_proportion=(val); end

#dock_rowInteger

Row of the dock containing the pane.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_row=(val); end

#dock_sizeInteger

Size of the containing dock.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_size=(val); end