home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / tcl / 2325 < prev    next >
Encoding:
Text File  |  1993-01-09  |  841 b   |  19 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!gatech!psuvax1!roke.cs.psu.edu!schwartz
  3. From: schwartz@roke.cs.psu.edu (Scott Schwartz)
  4. Subject: Options on options
  5. Message-ID: <C0KtBM.GJy@cs.psu.edu>
  6. Sender: news@cs.psu.edu (Usenet)
  7. Nntp-Posting-Host: roke.cs.psu.edu
  8. Organization: Penn State Computer Science
  9. Date: Sat, 9 Jan 1993 07:40:34 GMT
  10. Lines: 7
  11.  
  12. Is it just me, or is the way options work in Tk really strange?  The
  13. manpage and the FAQ don't do much to reassure me.  For instance, why
  14. does an entry of "*Font: fixed" in an .Xdefaults override "option add
  15. Tk*Foo*Font variable startupFile"?  If one replaces startupFile with
  16. userDefault, the variable font wins, but then the user can't override
  17. in their defaults file.  Moreover, why does one always need the leading
  18. Tk, even when the application's class has been set to something else?
  19.