summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2010-12-28 17:37:22 +0100
committerCarlos Garnacho <carlosg@gnome.org>2010-12-28 19:18:57 +0100
commit06462b98a0f4faf3f427d65bfacff3e389669f7c (patch)
tree748490bf2fc3cedf8e36c9accb06e30d885ac35b /gtk/gtkstylecontext.h
parent7a623988e5566a32f60b579b1c701b563f70d677 (diff)
downloadgtk+-06462b98a0f4faf3f427d65bfacff3e389669f7c.tar.gz
Make GtkFrame use GtkStyleContext.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 80d5abca21..31571115cb 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -338,6 +338,14 @@ struct _GtkStyleContextClass
#define GTK_STYLE_CLASS_VIEW "view"
/**
+ * GTK_STYLE_CLASS_FRAME:
+ *
+ * A CSS class defining a frame delimiting content, such as GtkFrame
+ * or the scrolled window frame around the scrollable area.
+ */
+#define GTK_STYLE_CLASS_FRAME "frame"
+
+/**
* GTK_STYLE_CLASS_INFO:
*
* A widget class for an area displaying an informational message,