Gtk.VSeparator¶
- 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.VSeparator(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
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.Gtk.VSeparator
has been deprecated, useGtk.Separator
instead.- classmethod new()[source]¶
- Returns:
a new
Gtk.VSeparator
.- Return type:
Creates a new
Gtk.VSeparator
.Deprecated since version 3.2: Use
Gtk.Separator.new
() withGtk.Orientation.VERTICAL
instead