summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlos@lanedo.com>2012-09-03 17:03:52 +0200
committerCarlos Garnacho <carlos@lanedo.com>2012-09-03 17:08:02 +0200
commit81045779f6a92acd2c20a92e2e3dc19e14d97185 (patch)
tree2740766dd55ea7f890dc0a3f482e7a29c1cdf61b /gtk/gtkstylecontext.h
parent28bc9c452549b958fbb529bcd0d8e4c21d9b10cd (diff)
downloadgtk+-81045779f6a92acd2c20a92e2e3dc19e14d97185.tar.gz
Improve CSS styling of touch text selection handles
Don't hook on the widget style context and set up instead a widget path for itself. Also use a common style class for both handles, with an extra top/bottom class for each handle.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index 05a49b4f4c..1783d4c6a1 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -709,14 +709,6 @@ struct _GtkStyleContextClass
*/
#define GTK_STYLE_CLASS_CURSOR_HANDLE "cursor-handle"
-/**
- * GTK_STYLE_CLASS_INVERTED_CURSOR_HANDLE:
- *
- * A CSS class used when rendering a drag handle for
- * text selection.
- */
-#define GTK_STYLE_CLASS_INVERTED_CURSOR_HANDLE "inverted-cursor-handle"
-
/* Predefined set of widget regions */
/**