gtk.VSeparator — a vertical separator.
class gtk.VSeparator(gtk.Separator): |
+-- gobject.GObject +-- gtk.Object +-- gtk.Widget +-- gtk.Separator +-- gtk.VSeparator |
The gtk.VSeparator widget is a vertical separator, used to group the widgets within a window. It displays a vertical line with a shadow to make it appear sunken into the interface.
|
Returns : | a new gtk.VSeparator widget |
Creates a new gtk.VSeparator widget.