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.HSeparatorwidget 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.HSeparatorwidget is not used as a separator within menus. To create a separator in a menu create an emptyGtk.SeparatorMenuItemwidget usingGtk.SeparatorMenuItem.new() and add it to the menu withGtk.MenuShell.append().Gtk.HSeparatorhas been deprecated, useGtk.Separatorinstead.- 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.HORIZONTALinstead