diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-12-13 13:43:52 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-13 22:31:29 +0100 |
commit | c64a1891f80b2dd9041e21b7ed027f33b10b27dc (patch) | |
tree | 03c2ed5bf760816bda1d92a1da4d32d33dd27ce8 /gtk/gtkstylecontext.h | |
parent | 3306305fe193628f5b00579d76e4227076e8ed58 (diff) | |
download | gtk+-c64a1891f80b2dd9041e21b7ed027f33b10b27dc.tar.gz |
Port GtkRange widgets to GtkStyleContext
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 74539c2f48..98fc9fb893 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -254,6 +254,13 @@ struct _GtkStyleContextClass #define GTK_STYLE_CLASS_SCROLLBAR "scrollbar" /** + * GTK_STYLE_CLASS_SCALE: + * + * A CSS class to match scale widgets. + */ +#define GTK_STYLE_CLASS_SCALE "scale" + +/** * GTK_STYLE_CLASS_HEADER: * * A CSS class to match a header element. @@ -296,6 +303,13 @@ struct _GtkStyleContextClass #define GTK_STYLE_CLASS_SPINNER "spinner" /** + * GTK_STYLE_CLASS_MARK: + * + * A widget class defining marks in a widget, such as in scales + */ +#define GTK_STYLE_CLASS_MARK "mark" + +/** * GTK_STYLE_CLASS_NOTEBOOK: * * A widget class defining a notebook |