diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2011-01-04 02:32:04 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2011-01-04 03:06:20 +0100 |
commit | 96d8f85dcc2781575836740386512d448337b44a (patch) | |
tree | a92fb2a06193868d2694529c772f36bd4a69ff46 /gtk/gtkstylecontext.h | |
parent | e02cbf477015f9046bdc13ed8e2a0c99610223c6 (diff) | |
download | gtk+-96d8f85dcc2781575836740386512d448337b44a.tar.gz |
Make DnD code use GtkStyleContext for the highlight rectangle.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 7 |
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, |