summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtktogglebutton.sgml
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-02-24 22:25:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-02-24 22:25:41 +0000
commit1a48dcb14f6d9e1c56e96315e59c0b2ffa6dd634 (patch)
tree3ed9984d7c8e3fd823a079be27d6490389e0fd60 /docs/reference/gtk/tmpl/gtktogglebutton.sgml
parent359748bd2704cf6ba8b8063107a32a692f765cf9 (diff)
downloadgtk+-1a48dcb14f6d9e1c56e96315e59c0b2ffa6dd634.tar.gz
=== Released 2.3.3 ===GTK_2_3_3
Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.3 === * configure.in: Version 2.3.3, interface age 0. * NEWS: Finish updates for 2.3.3.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtktogglebutton.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtktogglebutton.sgml46
1 files changed, 23 insertions, 23 deletions
diff --git a/docs/reference/gtk/tmpl/gtktogglebutton.sgml b/docs/reference/gtk/tmpl/gtktogglebutton.sgml
index 23ac0d32e3..1809aa6429 100644
--- a/docs/reference/gtk/tmpl/gtktogglebutton.sgml
+++ b/docs/reference/gtk/tmpl/gtktogglebutton.sgml
@@ -83,6 +83,29 @@ The #GtkToggleButton struct contains private data only, and should be manipulate
</para>
+<!-- ##### SIGNAL GtkToggleButton::toggled ##### -->
+<para>
+Should be connected if you wish to perform an action whenever the
+#GtkToggleButton's state is changed.
+</para>
+
+@togglebutton: the object which received the signal.
+
+<!-- ##### ARG GtkToggleButton:active ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkToggleButton:draw-indicator ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkToggleButton:inconsistent ##### -->
+<para>
+
+</para>
+
<!-- ##### FUNCTION gtk_toggle_button_new ##### -->
<para>
Creates a new toggle button. A widget should be packed into the button, as in gtk_button_new().
@@ -182,26 +205,3 @@ This action causes the toggled signal to be emitted.
@setting:
-<!-- ##### SIGNAL GtkToggleButton::toggled ##### -->
-<para>
-Should be connected if you wish to perform an action whenever the
-#GtkToggleButton's state is changed.
-</para>
-
-@togglebutton: the object which received the signal.
-
-<!-- ##### ARG GtkToggleButton:active ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkToggleButton:draw-indicator ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkToggleButton:inconsistent ##### -->
-<para>
-
-</para>
-