summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2011-01-04 02:32:04 +0100
committerCarlos Garnacho <carlosg@gnome.org>2011-01-04 03:06:20 +0100
commit96d8f85dcc2781575836740386512d448337b44a (patch)
treea92fb2a06193868d2694529c772f36bd4a69ff46 /gtk/gtkstylecontext.h
parente02cbf477015f9046bdc13ed8e2a0c99610223c6 (diff)
downloadgtk+-96d8f85dcc2781575836740386512d448337b44a.tar.gz
Make DnD code use GtkStyleContext for the highlight rectangle.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 97f7e76830..ab9be702e8 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -354,6 +354,13 @@ struct _GtkStyleContextClass
#define GTK_STYLE_CLASS_FRAME "frame"
/**
+ * GTK_STYLE_CLASS_DND:
+ *
+ * A CSS class for a drag-and-drop indicator
+ */
+#define GTK_STYLE_CLASS_DND "dnd"
+
+/**
* GTK_STYLE_CLASS_INFO:
*
* A widget class for an area displaying an informational message,