home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8901 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  825 b 

  1. Path: sparky!uunet!stanford.edu!apple!TIS.COM!avolio
  2. From: avolio@TIS.COM (Frederick M Avolio)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: Changing icon graphics in motif?
  5. Message-ID: <9212161340.AA24025@TIS.COM>
  6. Date: 16 Dec 92 13:40:25 GMT
  7. References: <1992Dec15.204349.25972@olaf.wellesley.edu>
  8. Sender: daemon@Apple.COM
  9. Reply-To: avolio@TIS.COM
  10. Organization: Trusted Information Systems, Inc.
  11. Lines: 10
  12.  
  13. The bitmap image is tied to the application by the window manager, so
  14. setting the icon resource in the application (xterm) won't work.
  15. Also, it is bound to the application by the resource name or
  16. application program name.
  17.  
  18. The only way I know of to do what you want is to create a C program
  19. that fires off what you want to do and link that program to different
  20. names, depending on the program you wish to execute.
  21.  
  22. Fred
  23.