Improve documentation of "gtk-button-images" setting

svn path=/trunk/; revision=21123
This commit is contained in:
Christian Dywan 2008-08-15 08:23:53 +00:00
parent f4a59deee2
commit 11faf1c6bd
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2008-08-15 Christian Dywan <christian@imendio.com>
Bug 547775 Documentation of gtk-button-images is not correct
* gtk/gtkbutton.c (gtk_button_class_init): Improve documentation
of "gtk-button-images" setting
2008-08-13 Matthias Clasen <mclasen@redhat.com> 2008-08-13 Matthias Clasen <mclasen@redhat.com>
Bug 547673 Accessors for GtkFileSelection.font_entry and Bug 547673 Accessors for GtkFileSelection.font_entry and

View File

@ -481,15 +481,15 @@ gtk_button_class_init (GtkButtonClass *klass)
GTK_PARAM_READABLE)); GTK_PARAM_READABLE));
/** /**
* GtkButton::gtk-button-images: * GtkSettings::gtk-button-images:
* *
* If stock icon in buttons should be shown at all. * Whether images should be shown on buttons
* *
* Since: 2.4 * Since: 2.4
*/ */
gtk_settings_install_property (g_param_spec_boolean ("gtk-button-images", gtk_settings_install_property (g_param_spec_boolean ("gtk-button-images",
P_("Show button images"), P_("Show button images"),
P_("Whether stock icons should be shown in buttons"), P_("Whether images should be shown on buttons"),
TRUE, TRUE,
GTK_PARAM_READWRITE)); GTK_PARAM_READWRITE));