GtkPaned
Base class for widgets with two adjustable panes.
Object Hierarchy
Direct subclasses
Description
GtkPaned provides methods and properties for
container widgets with two panes whose relative size can be adjusted
by the end user. The panes are arranged horizontally in
GtkHPaned or vertically in
GtkVPaned, and are divided by a handle. By
default, the initial position of the handle is set in accordance with
the size requests of the child widgets.
Note that the panes are defined through their child widgets, i.e. they
have an initial size of zero.
GtkPaned is an abstract base class and cannot
be constructed directly.
Properties
child1:
Child widget in first pane.
child2:
Child widget in second pane.
handle_size:
Size of separating handle. *deprecated in GTK2*
gutter_size:
Size of separating gutter. *deprecated in GTK2*
child1_resize:
Status of first child's resize setting.
child1_shrink:
Status of first child's shrink setting.
child2_resize:
Status of second child's resize setting.
child2_shrink:
Status of second child's shrink setting.