summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-05-16 02:31:45 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-16 02:39:50 +0200
commit98e773d93def3e9c24ae040d256f81ba16491ce8 (patch)
tree8d58f03f550f7fefed886d6721164338e2f64144 /docs
parent19448b971264e0373553ae06a55522d1f7e7dfd2 (diff)
downloadgtk+-98e773d93def3e9c24ae040d256f81ba16491ce8.tar.gz
Move documentation to inline comments: GtkSeparatorToolItem
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/.gitignore1
-rw-r--r--docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml81
2 files changed, 1 insertions, 81 deletions
diff --git a/docs/reference/gtk/tmpl/.gitignore b/docs/reference/gtk/tmpl/.gitignore
index c870daad1e..0dc5174d59 100644
--- a/docs/reference/gtk/tmpl/.gitignore
+++ b/docs/reference/gtk/tmpl/.gitignore
@@ -13,6 +13,7 @@ gtkrecentchooserwidget.sgml
gtkscalebutton.sgml
gtkseparator.sgml
gtkseparatormenuitem.sgml
+gtkseparatortoolitem.sgml
gtkstyle.sgml
gtktesting.sgml
gtktextiter.sgml
diff --git a/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml b/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml
deleted file mode 100644
index ac868fa1c2..0000000000
--- a/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml
+++ /dev/null
@@ -1,81 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GtkSeparatorToolItem
-
-<!-- ##### SECTION Short_Description ##### -->
-A toolbar item that separates groups of other toolbar items
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
- 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.
-</para>
-<para>
-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.
-</para>
-<para>
- Use gtk_separator_tool_item_new() to create a new #GtkSeparatorToolItem.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
- <variablelist>
- <varlistentry>
- <term>#GtkToolbar</term>
- <listitem><para>The toolbar widget</para></listitem>
- </varlistentry>
- <varlistentry>
- <term>#GtkRadioToolButton</term>
- <listitem><para>A toolbar item containing a radio
- button</para></listitem>
- </varlistentry>
- </variablelist>
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT GtkSeparatorToolItem ##### -->
-<para>
-The #GtkSeparatorToolItem struct contains only private data and
-should only be accessed through the functions described below.
-</para>
-
-
-<!-- ##### ARG GtkSeparatorToolItem:draw ##### -->
-<para>
-
-</para>
-
-<!-- ##### FUNCTION gtk_separator_tool_item_new ##### -->
-<para>
-
-</para>
-
-@void:
-@Returns:
-
-
-<!-- ##### FUNCTION gtk_separator_tool_item_set_draw ##### -->
-<para>
-
-</para>
-
-@item:
-@draw:
-
-
-<!-- ##### FUNCTION gtk_separator_tool_item_get_draw ##### -->
-<para>
-
-</para>
-
-@item:
-@Returns:
-
-