*
* 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.
*/
* @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