docs: Clarify GtkToggleButton action documentation

https://bugzilla.gnome.org/show_bug.cgi?id=373279
This commit is contained in:
David King 2012-05-04 03:25:22 +01:00
parent 094fcd6fb7
commit 9d11da702b

View File

@ -448,7 +448,8 @@ gtk_toggle_button_get_mode (GtkToggleButton *toggle_button)
*
* Sets the status of the toggle button. Set to %TRUE if you want the
* GtkToggleButton to be 'pressed in', and %FALSE to raise it.
* This action causes the toggled signal to be emitted.
* This action causes the #GtkToggleButton::toggled signal and the
* #GtkButton::clicked signal to be emitted.
*/
void
gtk_toggle_button_set_active (GtkToggleButton *toggle_button,