Returns this, for use in with statements.
Get builder for gtk.vpaned.VPaned
Returns this, for use in with statements.
Get builder for gtk.paned.Paned
Get maxPosition property.
Get minPosition property.
Get wideHandle property.
Set wideHandle property.
Adds a child to the top or left pane with default parameters. This is equivalent to gtk_paned_pack1 (paned, child, FALSE, TRUE).
Adds a child to the bottom or right pane with default parameters. This is equivalent to gtk_paned_pack2 (paned, child, TRUE, TRUE).
Obtains the first child of the paned widget.
Obtains the second child of the paned widget.
Returns the #GdkWindow of the handle. This function is useful when handling button or motion events because it enables the callback to distinguish between the window of the paned, a child and the handle.
Obtains the position of the divider between the two panes.
Gets the #GtkPaned:wide-handle property.
Adds a child to the top or left pane.
Adds a child to the bottom or right pane.
Sets the position of the divider between the two panes.
Sets the #GtkPaned:wide-handle property.
Connect to AcceptPosition signal.
Connect to CancelPosition signal.
Connect to CycleChildFocus signal.
Connect to CycleHandleFocus signal.
Connect to MoveHandle signal.
Connect to ToggleHandleFocus signal.
The VPaned widget is a container widget with two children arranged vertically. The division between the two panes is adjustable by the user by dragging a handle. See #GtkPaned for details.
GtkVPaned has been deprecated, use #GtkPaned instead.