summaryrefslogtreecommitdiff
path: root/gtk/testgtkrc2
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1998-06-30 12:34:36 +0000
committerTim Janik <timj@src.gnome.org>1998-06-30 12:34:36 +0000
commit10184125551c2cccbf1b31f64100c064a4e3c2ab (patch)
treebc0997055a1e1e4535d3e140fdb5544ef4879c47 /gtk/testgtkrc2
parentb483ca4b9765c3fb39e1af170b35786679f216bc (diff)
downloadgtk+-10184125551c2cccbf1b31f64100c064a4e3c2ab.tar.gz
fixed lookup order for rc styles. the latest defined rc set pattern is
Tue Jun 30 14:30:37 1998 Tim Janik <timj@gtk.org> * gtk/gtkrc.c: fixed lookup order for rc styles. the latest defined rc set pattern is favoured, this is needed for overriding of style patterns with subsequently parsed rc files.
Diffstat (limited to 'gtk/testgtkrc2')
-rw-r--r--gtk/testgtkrc26
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/testgtkrc2 b/gtk/testgtkrc2
index f2c45de985..71d2891f4a 100644
--- a/gtk/testgtkrc2
+++ b/gtk/testgtkrc2
@@ -12,10 +12,10 @@
# this file gets included from testgtkrc
-style 'button_list' = 'button'
+style 'main_buttons' = 'button'
{
font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
- bg[PRELIGHT] = { 0, 0.75, 0x00 }
+ bg[PRELIGHT] = { 0, 0, 0.75 }
}
-widget "main window.*GtkScrolledWindow.*GtkButton*" style "button_list"
+widget "main window.*GtkButton*" style "main_buttons"