A toolbar item that separates groups of other toolbar items
Class GtkSeparatorToolItem
A GtkSeparatorItem is a GtkToolItem that separates groups of other GtkToolItems. Depending on the theme, a GtkSeparatorToolItem will often look like a vertical line on horizontally docked toolbars.
If the property "expand" is TRUE and the property "draw" is FALSE, a GtkSeparatorToolItem will act as a "spring" that forces other items to the ends of the toolbar.
Methods | |
get_draw | Returns whether item is drawn as a line, or just blank. |
set_draw | Whether item is drawn as a vertical line, or just blank. |
Returns whether item is drawn as a line, or just blank.
GtkSeparatorToolItem.get_draw()
Return | TRUE if item is drawn as a line, or just blank. |
Whether item is drawn as a vertical line, or just blank.
GtkSeparatorToolItem.set_draw( draw )
draw | whether item is drawn as a vertical line |
Setting this to FALSE along with gtk_tool_item_set_expand() is useful to create an item that forces following items to the end of the toolbar.