Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Properties Author(s) References
A toolbar item that separates groups of other toolbar items
gtkSeparatorToolItemNew(show = TRUE)
gtkSeparatorToolItemSetDraw(object, draw)
gtkSeparatorToolItemGetDraw(object)
gtkSeparatorToolItem(show = TRUE)
1 2 3 4 5 6 7 8 | GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkToolItem
+----GtkSeparatorToolItem
|
GtkSeparatorToolItem implements
AtkImplementorIface, GtkBuildable and GtkActivatable.
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.
Use gtkSeparatorToolItemNew to create a new GtkSeparatorToolItem.
GtkSeparatorToolItemThe GtkSeparatorToolItem struct contains only private data and
should only be accessed through the functions described below.
gtkSeparatorToolItem is the equivalent of gtkSeparatorToolItemNew.
draw [logical : Read / Write]Whether the separator is drawn, or just blank. Default value: TRUE
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkSeparatorToolItem.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.