summaryrefslogtreecommitdiff
path: root/gtk/gtkenums.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-07-10 00:16:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-07-10 00:16:04 -0400
commit5f549fa7cb3c1cd4ea288386c4d6fbe41f42c614 (patch)
tree021a99e92881c8b3c09fe0ab9b5421f607518274 /gtk/gtkenums.h
parentd3b481ac192637844133498f24abe01fdd50d5c3 (diff)
downloadgtk+-5f549fa7cb3c1cd4ea288386c4d6fbe41f42c614.tar.gz
Docs: Mention that shadow type is a lie
As requested here: https://bugzilla.gnome.org/show_bug.cgi?id=659926#c2
Diffstat (limited to 'gtk/gtkenums.h')
-rw-r--r--gtk/gtkenums.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 3c9bd121fa..aa893d6b40 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -467,6 +467,10 @@ typedef enum
* @GTK_SHADOW_ETCHED_OUT: The outline has a raised 3d appearance.
*
* Used to change the appearance of an outline typically provided by a #GtkFrame.
+ *
+ * Note that many themes do not differentiate the appearance of the
+ * various shadow types: Either their is no visible shadow (@GTK_SHADOW_NONE),
+ * or there is (any other value).
*/
typedef enum
{