Frame: Add missing fixed-width format to enums

This commit is contained in:
Daniel Boles
2017-09-13 14:36:46 +01:00
parent c3a191abe2
commit ac4faad8a2

View File

@@ -566,8 +566,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 main CSS node, frame.
**/
void