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:

committed by
Matthias Clasen

parent
558ae6ac98
commit
29f9dbfc35
@ -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>
|
2005-04-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/tmpl/gtktooltips.sgml: Mention enter and leave
|
* gtk/tmpl/gtktooltips.sgml: Mention enter and leave
|
||||||
|
@ -71,6 +71,12 @@ void create_radio_buttons (void) {
|
|||||||
</programlisting>
|
</programlisting>
|
||||||
</example>
|
</example>
|
||||||
</para>
|
</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 ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user