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)


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.

Parameters:

  • val (Integer)


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

def dock_direction=(val); end

#dock_layerInteger

Layer of the dock containing the pane.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_layer=(val); end

#dock_posInteger

Position of the pane in the dock containing it.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_pos=(val); end

#dock_proportionInteger

Relative proportion of the dock allocated to this pane.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_proportion=(val); end

#dock_rowInteger

Row of the dock containing the pane.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_row=(val); end

#dock_sizeInteger

Size of the containing dock.

Returns:

  • (Integer)


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.

Parameters:

  • val (Integer)


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

def dock_size=(val); end