Gtk.Paned Members

The members of Gtk.Paned are listed below.

See Also: Inherited members from Gtk.Container

Public Constructors

Internal constructor

Protected Constructors

Default constructor.
Protected Constructor.

Public Properties

[read-only]
Child1Widget. An accessor to the first child widget of this container
[read-only]
Child2Widget. An accessor to the second child widget of this container
[read-only]
static
GTypeGLib.GType. GType Property.
[read-only]
MaxPositionint. The largest possible value for the position property. This property is derived from the size and shrinkability of the widget's children.
[read-only]
MinPositionint. The smallest possible value for the position property. This property is derived from the size and shrinkability of the widget's children.
Positionint. Manage the position of the splitter bar that separates the 2 child widgets.
PositionSetbool. Whether the position property (related to Paned.MinPosition and Paned.MaxPosition) should be used.

Public Methods

Add1(Widget)
Adds a child widget into the first part of the Paned container, (the top or left panes), with default packing settings.
Add2(Widget)
Adds a child widget into the second part of the Paned container, (the bottom or right panes), with default packing settings.
ComputePosition(int, int, int)
Determines the position of the pane separator based on the size and shrinkability of the widget's children.
Pack1(Widget, bool, bool)
Packs a child widget into the first part of the Paned container, (the top or left panes).
Pack2(Widget, bool, bool)
Packs a child widget into the second part of the Paned container, (the bottom or right panes).

Protected Methods

OnAcceptPosition() : bool
Default handler for the Paned.AcceptPosition event.
OnCancelPosition() : bool
Default handler for the Paned.CancelPosition event.
OnCycleChildFocus(bool) : bool
Default handler for the Paned.CycleChildFocus event.
OnCycleHandleFocus(bool) : bool
Default handler for the Paned.CycleHandleFocus event.
OnMoveHandle(ScrollType) : bool
Default handler for the Paned.MoveHandle event.
OnToggleHandleFocus() : bool
Default handler for the Paned.ToggleHandleFocus event.

Public Events

AcceptPositionEmitted when the paned has focus
CancelPosition Emitted when the Esc key is pressed while paned has the focus.
CycleChildFocusEmitted when F6 or Shift-F6 is pressed while paned has the focus.
CycleHandleFocus Emitted when paned has the focus and one of the tab key combinations are pressed.
MoveHandle Emitted when paned has the focus and the separator is moved.
ToggleHandleFocus Emitted when paned has the focus and F8 is pressed to give the focus to or take the focus from the separator handle.