Add powerbox hook
[gtk-with-powerbox.git] / tests / testgtkrc2
blob62b3a1c7b852f9c9432fb423a241c3b95fb12fc2
1 # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
3 # include "rc-file"
5 # style <name> [= <name>]
6 # {
7 #   <option>
8 # }
10 # widget <widget_set> style <style_name>
11 # widget_class <widget_class_set> style <style_name>
13 # this file gets included from testgtkrc
15 style 'main_buttons' = 'button'
17   font_name = "Monospace 10"
18   bg[PRELIGHT] = { 0, 0, 0.75 }
21 widget "main window.*GtkButton*" style "main_buttons"