diff options
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. |