gtk.HSeparator()
|
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
().
gtk.HSeparator()
Returns : | a new horizontal separator widget |
Creates a new gtk.HSeparator
widget.
© manpagez.com 2000-2024 Individual documents may contain additional copyright information.