Frame: Add missing fixed-width format to enums
authorDaniel Boles <dboles@src.gnome.org>
Wed, 13 Sep 2017 13:36:46 +0000 (14:36 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 13 Sep 2017 18:51:23 +0000 (19:51 +0100)
gtk/gtkframe.c

index af7d3cfd34978e6e45999550cc5e8b8d6419c669..a2e8c02042cb5c7288c22381de03fba9af5e3933 100644 (file)
@@ -84,7 +84,7 @@
  *
  * The border node can be given the style class .flat, which is used by themes
  * to disable drawing of the border. To do this from code, call
- * gtk_frame_set_shadow_type() with GTK_SHADOW_NONE to add the .flat class or
+ * gtk_frame_set_shadow_type() with %GTK_SHADOW_NONE to add the .flat class or
  * any other shadow type to remove it.
  */
 
@@ -667,8 +667,8 @@ gtk_frame_get_label_align (GtkFrame *frame,
  * @type: the new #GtkShadowType
  * 
  * Sets the #GtkFrame:shadow-type for @frame, i.e. whether it is drawn without
- * (GTK_SHADOW_NONE) or with (other values) a visible border. Values other than
- * GTK_SHADOW_NONE are treated identically by #GtkFrame. The chosen type is
+ * (%GTK_SHADOW_NONE) or with (other values) a visible border. Values other than
+ * %GTK_SHADOW_NONE are treated identically by GtkFrame. The chosen type is
  * applied by removing or adding the .flat class to the CSS node named border.
  **/
 void