1998-05-01 04:23:59 +00:00
|
|
|
# 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
|
|
|
|
|
1998-06-30 12:34:36 +00:00
|
|
|
style 'main_buttons' = 'button'
|
1998-05-01 04:23:59 +00:00
|
|
|
{
|
|
|
|
font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
|
1998-06-30 12:34:36 +00:00
|
|
|
bg[PRELIGHT] = { 0, 0, 0.75 }
|
1998-05-01 04:23:59 +00:00
|
|
|
}
|
|
|
|
|
1998-06-30 12:34:36 +00:00
|
|
|
widget "main window.*GtkButton*" style "main_buttons"
|