![]() | ![]() | ![]() | GTK+ Reference Manual | ![]() |
---|
GtkSeparatorToolItem — A toolbar item that separates groups of other toolbar items.
#include <gtk/gtk.h> struct GtkSeparatorToolItem; GtkToolItem* gtk_separator_tool_item_new (void);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkToolItem +----GtkSeparatorToolItem
GtkSeparatorToolItem implements AtkImplementorIface.
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.
Use gtk_separator_tool_item_new() to create a new GtkSeparatorToolItem.
struct GtkSeparatorToolItem;
The GtkSeparatorToolItem struct contains only private data and should only be accessed through the functions described below.
GtkToolItem* gtk_separator_tool_item_new (void);
Create a new GtkSeparatorToolItem
Returns : | the new GtkSeparatorToolItem |
Since 2.4
<< GtkToolItem | GtkToolButton >> |