summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitem.c
diff options
context:
space:
mode:
authorJohannes Schmid <jhs@gnome.org>2009-10-28 10:57:46 +0100
committerJohannes Schmid <jhs@gnome.org>2009-10-28 10:57:46 +0100
commitc229306a18f6453c144397bfbbf2284afa9731eb (patch)
treefd37ba747b10ec03b968762f01386ab0d7b926c3 /gtk/gtktoolitem.c
parent249be999a6699752980a5e16e45b45c4db18dabf (diff)
parent4ff709c24b8d4b3e26b3d513fde0676e9c43f897 (diff)
downloadgtk+-c229306a18f6453c144397bfbbf2284afa9731eb.tar.gz
Merge branch 'master' into toolpalette
Diffstat (limited to 'gtk/gtktoolitem.c')
-rw-r--r--gtk/gtktoolitem.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c
index 411cd1ca3a..8f7406a9a9 100644
--- a/gtk/gtktoolitem.c
+++ b/gtk/gtktoolitem.c
@@ -39,6 +39,22 @@
/**
* SECTION:gtktoolitem
* @short_description: The base class of widgets that can be added to GtkToolShell
+ * @see_also: <variablelist>
+ * <varlistentry>
+ * <term>#GtkToolbar</term>
+ * <listitem><para>The toolbar widget</para></listitem>
+ * </varlistentry>
+ * <varlistentry>
+ * <term>#GtkToolButton</term>
+ * <listitem><para>A subclass of #GtkToolItem that displays buttons on
+ * the toolbar</para></listitem>
+ * </varlistentry>
+ * <varlistentry>
+ * <term>#GtkSeparatorToolItem</term>
+ * <listitem><para>A subclass of #GtkToolItem that separates groups of
+ * items on a toolbar</para></listitem>
+ * </varlistentry>
+ * </variablelist>
*
* #GtkToolItem<!-- -->s are widgets that can appear on a toolbar. To
* create a toolbar item that contain something else than a button, use