chiark / gitweb /
Shared object files given unique names
[clg] / examples / testgtkrc2
CommitLineData
560af5c5 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
15style 'main_buttons' = 'button'
16{
17 font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
18 bg[PRELIGHT] = { 0, 0, 0.75 }
19}
20
21widget "main window.*GtkButton*" style "main_buttons"