Gtk.SeparatorMenuItem¶
- Subclasses:
 None
Methods¶
- Inherited:
 Gtk.MenuItem (20), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Actionable (5), Gtk.Activatable (6)
- Structs:
 Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class  | 
  | 
Virtual Methods¶
Properties¶
Style Properties¶
- Inherited:
 
Signals¶
- Inherited:
 Gtk.MenuItem (6), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Fields¶
- Inherited:
 Gtk.MenuItem (6), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
menu_item  | 
r  | 
Class Details¶
- class Gtk.SeparatorMenuItem(*args, **kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
The
Gtk.SeparatorMenuItemis a separator used to group items within a menu. It displays a horizontal line with a shadow to make it appear sunken into the interface.- CSS nodes
 
Gtk.SeparatorMenuItemhas a single CSS node with name separator.- classmethod new()[source]¶
 - Returns:
 a new
Gtk.SeparatorMenuItem.- Return type:
 
Creates a new
Gtk.SeparatorMenuItem.