mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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:
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>
|
||||
|
||||
* gtk/tmpl/gtktooltips.sgml: Mention enter and leave
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user