Gtk.Separator¶
Example¶

- Subclasses:
None
Methods¶
- Inherited:
Gtk.Widget (183), GObject.Object (37), Gtk.Accessible (17), Gtk.Buildable (1), Gtk.Orientable (2)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Gtk.Widget (25), GObject.Object (7), Gtk.Accessible (6), Gtk.Buildable (9)
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gtk.Separator(**kwargs)¶
- Bases:
- Abstract:
No
Draws a horizontal or vertical line to separate other widgets.
<picture> <source srcset=”separator-dark.png” media=”(prefers-color-scheme: dark)”> <img alt=”An example
Gtk.Separator
" src=”separator.png”> </picture>A
GtkSeparator
can be used to group the widgets within a window. It displays a line with a shadow to make it appear sunken into the interface.- CSS nodes
GtkSeparator
has a single CSS node with name separator. The node gets one of the .horizontal or .vertical style classes.- Accessibility
GtkSeparator
uses the [enum`Gtk`.AccessibleRole.separator] role.- classmethod new(orientation)[source]¶
- Parameters:
orientation (
Gtk.Orientation
) – the separator’s orientation.- Returns:
a new
GtkSeparator
.- Return type:
Creates a new
GtkSeparator
with the given orientation.