diff options
author | Carlos Garnacho <carlos@lanedo.com> | 2012-09-03 17:03:52 +0200 |
---|---|---|
committer | Carlos Garnacho <carlos@lanedo.com> | 2012-09-03 17:08:02 +0200 |
commit | 81045779f6a92acd2c20a92e2e3dc19e14d97185 (patch) | |
tree | 2740766dd55ea7f890dc0a3f482e7a29c1cdf61b /gtk/gtkstylecontext.h | |
parent | 28bc9c452549b958fbb529bcd0d8e4c21d9b10cd (diff) | |
download | gtk+-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.h | 8 |
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 */ /** |