gtk.HSeparator — a horizontal separator.
+-- gobject.GObject +-- gtk.Object +-- gtk.Widget +-- gtk.Separator +-- gtk.HSeparator |
The gtk.HSeparator widget is a horizontal separator, used to visibly separate the widgets within a window. It displays a horizontal line with a shadow to make it appear sunken into the interface.
The gtk.HSeparator widget is not used as a separator within menus. To create a separator in a menu create an empty gtk.SeparatorMenuItem widget and add it to the menu with gtk.MenuShell.append().
|
Returns : | a new horizontal separator widget |
Creates a new gtk.HSeparator widget.