Gtk.VSeparator¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | Gtk.Separator (1), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2) | 
|---|---|
| Structs: | Gtk.WidgetClass (12), GObject.ObjectClass (5) | 
| class | new() | 
Virtual Methods¶
| Inherited: | Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10) | 
|---|
Properties¶
| Inherited: | Gtk.Widget (39), Gtk.Orientable (1) | 
|---|
Style Properties¶
| Inherited: | Gtk.Widget (17) | 
|---|
Signals¶
| Inherited: | Gtk.Widget (69), GObject.Object (1) | 
|---|
Fields¶
| Inherited: | Gtk.Widget (69), GObject.Object (1) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| separator | Gtk.Separator | r | 
Class Details¶
- 
class Gtk.VSeparator(**kwargs)¶
- Bases: - Gtk.Separator- Abstract: - No - Structure: - Gtk.VSeparatorClass- The - Gtk.VSeparatorwidget 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.VSeparatorhas been deprecated, use- Gtk.Separatorinstead.- 
classmethod new()[source]¶
- Returns: - a new - Gtk.VSeparator.- Return type: - Gtk.Widget- Creates a new - Gtk.VSeparator.- Deprecated since version 3.2: Use - Gtk.Separator.new() with- Gtk.Orientation.VERTICALinstead
 
- 
classmethod