gtk+ r20664 - in trunk: . gtk



Author: johan
Date: Sat Jun 21 12:34:12 2008
New Revision: 20664
URL: http://svn.gnome.org/viewvc/gtk+?rev=20664&view=rev

Log:
2008-06-20  Johan Dahlin  <jdahlin async com br>

    * gtk/gtkbutton.c: Document a style property



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkbutton.c

Modified: trunk/gtk/gtkbutton.c
==============================================================================
--- trunk/gtk/gtkbutton.c	(original)
+++ trunk/gtk/gtkbutton.c	Sat Jun 21 12:34:12 2008
@@ -447,8 +447,8 @@
 					   g_param_spec_boolean ("displace-focus",
 								 P_("Displace focus"),
 								 P_("Whether the child_displacement_x/_y properties should also affect the focus rectangle"),
-						       FALSE,
-						       GTK_PARAM_READABLE));
+								 FALSE,
+								 GTK_PARAM_READABLE));
 
   /**
    * GtkButton:inner-border:
@@ -479,8 +479,14 @@
 							     G_MAXINT,
 							     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"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]