home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 September
/
PCWorld_2002-09_cd.bin
/
Software
/
TemaCD
/
dia
/
dia-0.90-1-setup.exe
/
bin
/
diagtkrc
< prev
next >
Wrap
Text File
|
2002-05-30
|
974b
|
36 lines
# style <name> [= <name>]
# {
# <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>
# To try the Pixmap theme, uncomment the following include:
# (If your themes directory is not C:\themes, correct the path if necessary,
# and also set module_path and pixmap_path.)
# include "C:\\themes\\Pixmap\\gtk\\gtkrc"
# module_path "X:\\wherever\\themes\\engines"
# pixmap_path "X:\\wherever\\themes\\Pixmap\\gtk"
style "ruler"
{
font = "-adobe-helvetica-medium-r-normal--*-70-*-*-*-*-*-*"
}
style "default"
{
# font = "-adobe-MS Sans Serif-medium-r-normal--*-100-*-*-*-*-*-*"
font = "-adobe-helvetica-medium-r-normal--*-110-*-*-*-*-*-*"
}
style "gtk-tooltips-style" {
bg[NORMAL] = "#ffffe0"
font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
}
widget "gtk-tooltips" style "gtk-tooltips-style"
widget_class "*Ruler*" style "ruler"
widget_class "*" style "default"