diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-12 09:14:03 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-12 09:22:36 -0400 |
commit | 9bc07a263474cd2092ec54c00b8a5d93244cf0a0 (patch) | |
tree | 9f2d81954c478a06f05ce1c48d3ea7fc67c97198 /gtk/gtkstylecontext.h | |
parent | e97cf2fd0b090503c64aeeecd6ff14d76ecc02b1 (diff) | |
download | gtk+-9bc07a263474cd2092ec54c00b8a5d93244cf0a0.tar.gz |
Add a message-dialog style class
This helps in separating message dialogs from other dialogs,
theming-wise.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 41607f50ac..6804616218 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -808,6 +808,15 @@ struct _GtkStyleContextClass #define GTK_STYLE_CLASS_POPUP "popup" /** + * GTK_STYLE_CLASS_MESSAGE_DIALOG: + * + * A CSS class that is added to message dialogs. + * + * Since: 3.14 + */ +#define GTK_STYLE_CLASS_MESSAGE_DIALOG "message-dialog" + +/** * GTK_STYLE_REGION_ROW: * * A widget region name to define a treeview row. |