summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-07 13:25:53 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-10-07 13:27:52 -0400
commitf93795d272e29d34efc0b8f446efab59ec72e2f2 (patch)
treeebb1c23f189da62ca1a9d05e0cb78137868344e7 /gtk/gtkstylecontext.h
parent93e61c1f24c7eadc288bc5020a7ec3649b08f82c (diff)
downloadgtk+-f93795d272e29d34efc0b8f446efab59ec72e2f2.tar.gz
Add a style class for touch selection popovers
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 6e22a6cdcf..3af4d10947 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -297,6 +297,16 @@ struct _GtkStyleContextClass
#define GTK_STYLE_CLASS_CONTEXT_MENU "context-menu"
/**
+ * GTK_STYLE_CLASS_TOUCH_SELECTION:
+ *
+ * A CSS class for touch selection popups on entries
+ * and text views.
+ *
+ * Since: 3.16
+ */
+#define GTK_STYLE_CLASS_TOUCH_SELECTION "touch-selection"
+
+/**
* GTK_STYLE_CLASS_MENUBAR:
*
* A CSS class to menubars.