From 9bc07a263474cd2092ec54c00b8a5d93244cf0a0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 12 Jun 2014 09:14:03 -0400 Subject: Add a message-dialog style class This helps in separating message dialogs from other dialogs, theming-wise. --- gtk/gtkstylecontext.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gtk/gtkstylecontext.h') diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index 41607f50ac..6804616218 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -807,6 +807,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: * -- cgit v1.2.1