home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / tcl / 1772 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.4 KB

  1. Path: sparky!uunet!mcsun!uknet!doc.ic.ac.uk!aixssc.uk.ibm.com!yktnews!admin!ghostwind!shmdgljd
  2. From: shmdgljd@rchland.vnet.ibm.com (Jay Schmidgall)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Setting icon for tk app (or, how do I configure `.' ?)
  5. Message-ID: <1992Nov09.171857.7608@rchland.ibm.com>
  6. Date: 9 Nov 92 17:18:57 GMT
  7. Sender: news@rchland.ibm.com
  8. Reply-To: jay@vnet.ibm.com
  9. Organization: IBM Rochester, MN
  10. Lines: 19
  11. Disclaimer: This posting represents the poster's views, not necessarily those of IBM
  12. Nntp-Posting-Host: ghostwind.rchland.ibm.com
  13.  
  14. I'd like to allow users to specify their own icon for a tk app that I've
  15. written.  However, this is an app that they are likely to have multiple
  16. instances of, and each new instance gets a different number tacked on.
  17.  
  18. For example, right now they might be using
  19.  
  20. Mwm*myapp*iconImage: some_image
  21.  
  22. which works fine for the first instance.  If they fire up another one,
  23. though, its name becomes ``myapp #2''.  I'd guess that the proper way to
  24. do this would be to set a class for my app, but I can't use the -class
  25. option of the toplevel command on `.', which I am assuming _is_ a toplevel?
  26.  
  27. When I try `. configure -class Myapp', I get ``invalid command name "."''
  28.  
  29. Thanks for any suggestions.
  30. -- 
  31. : jay          jay@vnet.ibm.com    My opinions and ideas, not my employer's.
  32. : shmdgljd@rchland.vnet.ibm.com    (c) Copyright 1992.  All rights reserved.
  33.