Gtk.HSeparator¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Separator (1), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
separator |
r |
Class Details¶
- class Gtk.HSeparator(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Gtk.HSeparator
widget is a horizontal separator, used to group 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 emptyGtk.SeparatorMenuItem
widget usingGtk.SeparatorMenuItem.new
() and add it to the menu withGtk.MenuShell.append
().Gtk.HSeparator
has been deprecated, useGtk.Separator
instead.- classmethod new()[source]¶
- Returns:
a new
Gtk.HSeparator
.- Return type:
Creates a new
Gtk.HSeparator
.Deprecated since version 3.2: Use
Gtk.Separator.new
() withGtk.Orientation.HORIZONTAL
instead