The members of Gtk.Paned are listed below.
See Also: Inherited members from Gtk.Container
Public Constructors
Protected Constructors
| | Default constructor. |
| | Protected Constructor. |
Public Properties
| [read-only] | Child1 | Widget. An accessor to the first child widget of this container |
| [read-only] | Child2 | Widget. An accessor to the second child widget of this container |
| [read-only] static | GType | GLib.GType. GType Property. |
| [read-only] | MaxPosition | int. The largest possible value for the position property.
This property is derived from the size and shrinkability of the widget's children.
|
| [read-only] | MinPosition | int. The smallest possible value for the position property.
This property is derived from the size and shrinkability of the widget's children.
|
| Position | int. Manage the position of the splitter bar that separates the 2 child widgets. |
| PositionSet | bool. 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
Public Events
| AcceptPosition | Emitted when the paned has focus |
| CancelPosition |
Emitted when the Esc key is pressed while paned has the focus.
|
| CycleChildFocus | Emitted 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.
|