diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-05-14 11:46:34 +0100 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-05-14 11:53:25 +0100 |
commit | ce1098598d351a8b5140527832a46137db9a2691 (patch) | |
tree | adbd39bb2c425aba064d82a221b4f13f0de5b8a9 /gtk/gtkframe.c | |
parent | 322d9ca550d8848f456907dfbec98a5f8320bb62 (diff) | |
download | gtk+-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.c | 4 |
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 |