Gtk.VSeparator
const Gtk = imports.gi.Gtk; let v_separator = new Gtk.VSeparator();
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.
GtkVSeparator has been deprecated, use Gtk.Separator instead.
Hierarchy
-
GObject.Object
-
GObject.InitiallyUnowned
-
Gtk.Widget
-
Gtk.Separator
- Gtk.VSeparator
-
-
-