diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-05 17:23:29 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 9fd1a1bbe30fba7a28877871da5b412db6f101c0 (patch) | |
tree | ba88d1c7ece429da0105c7fbad0749701617876f /gtk/gtkstylecontext.h | |
parent | ccd3ff7fbae190305c2821deed6ebafa115ab4cf (diff) | |
download | gtk+-9fd1a1bbe30fba7a28877871da5b412db6f101c0.tar.gz |
widget: Remove cursor-aspect-ratio/window-dragging style properties
And replaces its usages in GtkTextView/GtkStyleContext with a hard-coded
0.04 which was the default value for cursor-aspect-ratio. Also remove
the public gtk_draw_insertion_cursor which used draw_insertion_cursor
which in turn looked up cursor-aspect-ratio
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r-- | gtk/gtkstylecontext.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h index f6838bb3eb..48875a52fc 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -1237,13 +1237,6 @@ void gtk_render_insertion_cursor PangoLayout *layout, int index, PangoDirection direction); -GDK_DEPRECATED_IN_3_4 -void gtk_draw_insertion_cursor (GtkWidget *widget, - cairo_t *cr, - const GdkRectangle *location, - gboolean is_primary, - GtkTextDirection direction, - gboolean draw_arrow); typedef enum { GTK_STYLE_CONTEXT_PRINT_NONE = 0, |