GtkSeparatorToolItem
GtkSeparatorToolItem — A toolbar item that separates groups of other
toolbar items
|
|
Includes
#include <gtk/gtk.h>
Functions
gtk_separator_tool_item_set_draw ()
void
gtk_separator_tool_item_set_draw (GtkSeparatorToolItem *item,
gboolean draw);
Whether item
is drawn as a vertical line, or just blank.
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.
Since: 2.4
Types and Values
struct GtkSeparatorToolItem
struct GtkSeparatorToolItem;
struct GtkSeparatorToolItemClass
struct GtkSeparatorToolItemClass {
GtkToolItemClass parent_class;
};
Property Details
The “draw” property
“draw” gboolean
Whether the separator is drawn, or just blank.
Owner: GtkSeparatorToolItem
Flags: Read / Write
Default value: TRUE