diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-02-14 21:49:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-14 21:49:02 +0000 |
commit | 8f5c2c76253447124abc6cf33b69ad53492f6184 (patch) | |
tree | ebf719a9dc960ad37d81f4e94f1dfebcd5e9a2a3 /tests/testgtkrc | |
parent | f412d947c5162435f899dc9e5751a67a924e2fe6 (diff) | |
download | gtk+-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 'tests/testgtkrc')
-rw-r--r-- | tests/testgtkrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testgtkrc b/tests/testgtkrc index 4ef1acbaec..307c0689c6 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -34,8 +34,7 @@ style "global-style-properties" # xthickness = 20 GtkButton::child_displacement_x = 1 GtkButton::child_displacement_y = 1 - GtkSpinButton::shadow_type = etched-out - GtkEntry::cursor_color = "#ff0000" + GtkWidget::cursor_color = "#ff0000" GtkToolbar::space_size = 10 GtkToolbar::space_style = line GtkToolbar::button_relief = none |