chiark / gitweb /
Return a more robust warning when we try to define a type with a
[clg] / examples / testgtkrc2
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"