summaryrefslogtreecommitdiff
path: root/gtk/gtkframe.c
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-05-14 11:46:34 +0100
committerDaniel Boles <dboles@src.gnome.org>2017-05-14 11:53:25 +0100
commitce1098598d351a8b5140527832a46137db9a2691 (patch)
treeadbd39bb2c425aba064d82a221b4f13f0de5b8a9 /gtk/gtkframe.c
parent322d9ca550d8848f456907dfbec98a5f8320bb62 (diff)
downloadgtk+-ce1098598d351a8b5140527832a46137db9a2691.tar.gz
Frame: Don’t advise adding .flat class in code
https://bugzilla.gnome.org/show_bug.cgi?id=779653#c33 and this is closer to what gtk-3-22 says anyway.
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r--gtk/gtkframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index 05b603d5d1..7f1d885054 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -80,8 +80,8 @@
*
* GtkFrame has a main CSS node with name frame. This node can be given the
* style class .flat, which is used by themes to disable drawing of the border.
- * Another way to do this in code is to call gtk_frame_set_shadow_type() with
- * GTK_SHADOW_NONE to add the .flat class or any other shadow type to remove it.
+ * To do this from code, call gtk_frame_set_shadow_type() with %GTK_SHADOW_NONE
+ * to add the .flat class or any other shadow type to remove it.
*/
struct _GtkFramePrivate