Top |
GtkToolItem * | gtk_separator_tool_item_new () |
void | gtk_separator_tool_item_set_draw () |
gboolean | gtk_separator_tool_item_get_draw () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkToolItem ╰── GtkSeparatorToolItem
GtkSeparatorToolItem implements AtkImplementorIface, GtkBuildable and GtkActivatable.
GtkToolItem *
gtk_separator_tool_item_new (void
);
Create a new GtkSeparatorToolItem
Since: 2.4
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
gboolean
gtk_separator_tool_item_get_draw (GtkSeparatorToolItem *item
);
Returns whether item
is drawn as a line, or just blank.
See gtk_separator_tool_item_set_draw()
.
Since: 2.4