diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-11-13 21:19:41 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:39:07 +0100 |
commit | 37f9f491d29620898bbfc146ab1bd7e7c8c4596d (patch) | |
tree | 923f3e0baf10106e1203ddcf0fec5c081444aa78 /tests/testgtkrc2 | |
parent | 9ffaf1122d7598415bed9fd35b4e436b1386d538 (diff) | |
download | gtk+-37f9f491d29620898bbfc146ab1bd7e7c8c4596d.tar.gz |
Make testgtk load CSS for custom styling.
Diffstat (limited to 'tests/testgtkrc2')
-rw-r--r-- | tests/testgtkrc2 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/testgtkrc2 b/tests/testgtkrc2 deleted file mode 100644 index 62b3a1c7b8..0000000000 --- a/tests/testgtkrc2 +++ /dev/null @@ -1,21 +0,0 @@ -# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..." -# -# include "rc-file" -# -# style <name> [= <name>] -# { -# <option> -# } -# -# widget <widget_set> style <style_name> -# widget_class <widget_class_set> style <style_name> - -# this file gets included from testgtkrc - -style 'main_buttons' = 'button' -{ - font_name = "Monospace 10" - bg[PRELIGHT] = { 0, 0, 0.75 } -} - -widget "main window.*GtkButton*" style "main_buttons" |