gtk.HPaned — a container with two panes arranged horizontally.
+--gobject.GObject +-- gtk.Object +-- gtk.Widget +-- gtk.Container +-- gtk.Paned +-- gtk.HPaned
The gtk.HPaned
is a
container widget subclassed from gtk.Paned
with two
children arranged horizontally. The division between the children can be
adjusted by the user by dragging a handle. See the gtk.Paned
description
for more information.