home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!apple!TIS.COM!avolio
- From: avolio@TIS.COM (Frederick M Avolio)
- Newsgroups: comp.unix.ultrix
- Subject: Re: Changing icon graphics in motif?
- Message-ID: <9212161340.AA24025@TIS.COM>
- Date: 16 Dec 92 13:40:25 GMT
- References: <1992Dec15.204349.25972@olaf.wellesley.edu>
- Sender: daemon@Apple.COM
- Reply-To: avolio@TIS.COM
- Organization: Trusted Information Systems, Inc.
- Lines: 10
-
- The bitmap image is tied to the application by the window manager, so
- setting the icon resource in the application (xterm) won't work.
- Also, it is bound to the application by the resource name or
- application program name.
-
- The only way I know of to do what you want is to create a C program
- that fires off what you want to do and link that program to different
- names, depending on the program you wish to execute.
-
- Fred
-