Add a sentence about toggling. (#159382, Worik Stanton)

2005-04-07  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
	toggling.  (#159382, Worik Stanton)
This commit is contained in:
Matthias Clasen 2005-04-07 13:04:27 +00:00 committed by Matthias Clasen
parent 558ae6ac98
commit 29f9dbfc35
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
toggling. (#159382, Worik Stanton)
2005-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktooltips.sgml: Mention enter and leave

View File

@ -71,6 +71,12 @@ void create_radio_buttons (void) {
</programlisting>
</example>
</para>
<para>
When an unselected button in the group is clicked the clicked button
receives the "toggled" signal, as does the previously selected button.
Inside the "toggled" handler, gtk_toggle_button_get_active() can be used
to determine if the button has been selected or deselected.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>