home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Software / Topware / gimp / gimp-setup-20001226.exe / Main / gtkrc < prev    next >
Encoding:
Text File  |  2000-12-27  |  320 b   |  20 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. style "ruler"
  10. {
  11.   font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
  12. }
  13.  
  14. style "tooltips"
  15. {
  16.   bg[NORMAL] = { 0.94, 0.90, 0.54 }
  17. }
  18.  
  19. widget_class "*Ruler*" style "ruler"
  20.