Revision 14482,
440 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r14481,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..." |
---|
2 | # |
---|
3 | # include "rc-file" |
---|
4 | # |
---|
5 | # style <name> [= <name>] |
---|
6 | # { |
---|
7 | # <option> |
---|
8 | # } |
---|
9 | # |
---|
10 | # widget <widget_set> style <style_name> |
---|
11 | # widget_class <widget_class_set> style <style_name> |
---|
12 | |
---|
13 | # this file gets included from testgtkrc |
---|
14 | |
---|
15 | style 'main_buttons' = 'button' |
---|
16 | { |
---|
17 | font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*" |
---|
18 | bg[PRELIGHT] = { 0, 0, 0.75 } |
---|
19 | } |
---|
20 | |
---|
21 | widget "main window.*GtkButton*" style "main_buttons" |
---|
Note: See
TracBrowser
for help on using the repository browser.