diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-06 10:23:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-06 10:23:49 -0500 |
commit | 94f0cef6fc58afe49d789809574c8f5cc5759f50 (patch) | |
tree | cfce783e9a1f2b387a8f39f04dfb9548e4cb475d /gtk/gtktogglebutton.c | |
parent | 4ab91f09cf0b225d399bcc0d19df9fc91aabbe5c (diff) | |
download | gtk+-94f0cef6fc58afe49d789809574c8f5cc5759f50.tar.gz |
Minor documentation improvement
https://bugzilla.gnome.org/show_bug.cgi?id=583780
Diffstat (limited to 'gtk/gtktogglebutton.c')
-rw-r--r-- | gtk/gtktogglebutton.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index cc73223fa8..ac695d19ff 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -399,7 +399,10 @@ gtk_toggle_button_get_property (GObject *object, * * Sets whether the button is displayed as a separate indicator and label. * You can call this function on a checkbutton or a radiobutton with - * @draw_indicator = %FALSE to make the button look like a normal button + * @draw_indicator = %FALSE to make the button look like a normal button. + * + * This can be used to create linked strip of buttons that work like + * a #GtkStackSwitcher. * * This function only affects instances of classes like #GtkCheckButton * and #GtkRadioButton that derive from #GtkToggleButton, |