home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / python / TkWin.fs < prev    next >
Encoding:
Text File  |  2000-10-11  |  390 b   |  17 lines

  1. #
  2. # $Id: TkWin.fs,v 1.1 2000/10/12 01:41:26 idiscovery Exp $
  3. #
  4.  
  5. proc tixSetFontset {} {
  6.  
  7.     global tixOption
  8.  
  9.     set tixOption(font)         "windows-message"
  10.     set tixOption(bold_font)    "windows-status"
  11.     set tixOption(menu_font)    "windows-menu"
  12.     set tixOption(italic_font)  "windows-message"
  13.     set tixOption(fixed_font)   "systemfixed"
  14.     set tixOption(border1)      1
  15. }
  16.  
  17.