Document a style property

2008-06-20  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkbutton.c: Document a style property


svn path=/trunk/; revision=20664
This commit is contained in:
Johan Dahlin 2008-06-21 12:34:12 +00:00 committed by Johan Dahlin
parent aefbaedc61
commit 33d64796d0
2 changed files with 11 additions and 3 deletions

View File

@ -44,6 +44,8 @@
2008-06-20 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkbutton.c: Document a style property
* gtk/gtkeditable.c: Document and use - instead of _ in signal names.
* gtk/gtkbutton.c:

View File

@ -480,7 +480,13 @@ gtk_button_class_init (GtkButtonClass *klass)
2,
GTK_PARAM_READABLE));
/**
* GtkButton::gtk-button-images:
*
* If stock icon in buttons should be shown at all.
*
* Since: 2.4
*/
gtk_settings_install_property (g_param_spec_boolean ("gtk-button-images",
P_("Show button images"),
P_("Whether stock icons should be shown in buttons"),