GtkSeparatorToolItem
A toolbar item for separating one group of items from another.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkBin
                        `-- GtkToolItem
                              `-- GtkSeparatorToolItem
Description
A toolbar item separating groups of items from each other.
Constructors
-- Creates a new separator tool item.
Methods
get_draw() Â If the separator draws a line or not. set_draw() Â Whether the separator is drawn as a vertical line, or just blank.
Properties
Use get_property and set_property methods to access these.
draw: Â Whether the separator is drawn, or just blank.