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 >
Text File  |  2002-05-30  |  974b  |  36 lines

  1. # style <name> [= <name>]
  2. # {
  3. #   <option>
  4. # }
  5. #
  6. # widget <widget_set> style <style_name>
  7. # widget_class <widget_class_set> style <style_name>
  8.  
  9. # To try the Pixmap theme, uncomment the following include:
  10. # (If your themes directory is not C:\themes, correct the path if necessary,
  11. # and also set module_path and pixmap_path.)
  12. # include "C:\\themes\\Pixmap\\gtk\\gtkrc"
  13.  
  14. # module_path "X:\\wherever\\themes\\engines"
  15. # pixmap_path "X:\\wherever\\themes\\Pixmap\\gtk"
  16.  
  17. style "ruler"
  18. {
  19.   font = "-adobe-helvetica-medium-r-normal--*-70-*-*-*-*-*-*"
  20. }
  21.  
  22. style "default"
  23. {
  24. #  font = "-adobe-MS Sans Serif-medium-r-normal--*-100-*-*-*-*-*-*"
  25.   font = "-adobe-helvetica-medium-r-normal--*-110-*-*-*-*-*-*"
  26. }
  27.  
  28. style "gtk-tooltips-style" {
  29.   bg[NORMAL] = "#ffffe0"
  30.   font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
  31. }
  32.  
  33. widget "gtk-tooltips" style "gtk-tooltips-style"
  34. widget_class "*Ruler*" style "ruler"
  35. widget_class "*" style "default"
  36.