diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2011-01-04 01:57:50 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2011-01-04 03:06:08 +0100 |
commit | 7981869308401137dc8f1bd74a4ed487b503b8b4 (patch) | |
tree | 149c499fb170541244752e01055894b4afb2524b /gtk/gtkstylecontext.h | |
parent | 00a80c9bdcc7777591aa2df1d325dedaee387950 (diff) | |
download | gtk+-7981869308401137dc8f1bd74a4ed487b503b8b4.tar.gz |
Update GtkAssistant to GtkStyleContext
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 31571115cb..97f7e76830 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -338,6 +338,14 @@ struct _GtkStyleContextClass #define GTK_STYLE_CLASS_VIEW "view" /** + * GTK_STYLE_CLASS_HIGHLIGHT: + * + * A CSS class defining a highlighted area, such as headings in + * assistants. + */ +#define GTK_STYLE_CLASS_HIGHLIGHT "highlight" + +/** * GTK_STYLE_CLASS_FRAME: * * A CSS class defining a frame delimiting content, such as GtkFrame |