Gtk.SeparatorMenuItem
const Gtk = imports.gi.Gtk; let separator_menu_item = new Gtk.SeparatorMenuItem();
The Gtk.SeparatorMenuItem is 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.
Hierarchy
-
GObject.Object
-
GObject.InitiallyUnowned
-
Gtk.Widget
-
Gtk.Container
-
Gtk.Bin
-
Gtk.MenuItem
- Gtk.SeparatorMenuItem
-
-
-
-
-