[gtk+/gtk-3-22] Frame: Add missing fixed-width format to enums



commit 441a144e29939e169cb45e820d3a793d35eca4d9
Author: Daniel Boles <dboles src gnome org>
Date:   Wed Sep 13 14:36:46 2017 +0100

    Frame: Add missing fixed-width format to enums

 gtk/gtkframe.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index af7d3cf..a2e8c02 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -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


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