diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-12-13 13:39:53 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-13 22:31:29 +0100 |
commit | 3306305fe193628f5b00579d76e4227076e8ed58 (patch) | |
tree | fdff8c870c78e2362a235e1f3441ec3f4c982e6b /gtk/gtkstylecontext.h | |
parent | 8b8eab1c819652b2116e2fd647c58ba4952a2005 (diff) | |
download | gtk+-3306305fe193628f5b00579d76e4227076e8ed58.tar.gz |
GtkNotebook: Use 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 0d1f74be74..74539c2f48 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -295,6 +295,14 @@ struct _GtkStyleContextClass */ #define GTK_STYLE_CLASS_SPINNER "spinner" +/** + * GTK_STYLE_CLASS_NOTEBOOK: + * + * A widget class defining a notebook + */ +#define GTK_STYLE_CLASS_NOTEBOOK "notebook" + + /* Predefined set of widget regions */ /** |