summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-14 21:49:02 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-14 21:49:02 +0000
commit8f5c2c76253447124abc6cf33b69ad53492f6184 (patch)
treeebf719a9dc960ad37d81f4e94f1dfebcd5e9a2a3 /gtk/gtkstyle.h
parentf412d947c5162435f899dc9e5751a67a924e2fe6 (diff)
downloadgtk+-8f5c2c76253447124abc6cf33b69ad53492f6184.tar.gz
Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio
Thu Feb 14 16:46:48 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c gtk/gtktextdisplay.c gtk/gtklabel.c gtk/gtkstyle.[ch] gtk/gtkwidget.c: Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio style property to GtkWidget to allow theming the aspect ratio of the cursor. * gtk/gtkentry.c gtk/gtktextview.c gtk/gtklabel.c gtk/gtkwidget.c tests/testgtkrc: Move cursor-color style property to GtkWidget.
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r--gtk/gtkstyle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h
index 5ac6eb1261..9e15db5785 100644
--- a/gtk/gtkstyle.h
+++ b/gtk/gtkstyle.h
@@ -866,7 +866,8 @@ void gtk_paint_string (GtkStyle *style,
const gchar *string);
#endif /* GTK_DISABLE_DEPRECATED */
-void _gtk_draw_insertion_cursor (GdkDrawable *drawable,
+void _gtk_draw_insertion_cursor (GtkWidget *widget,
+ GdkDrawable *drawable,
GdkGC *gc,
GdkRectangle *location,
GtkTextDirection dir);