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