home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / openloo / 4443 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  948 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!decwrl!netsys!news!lsi!mhost!up47!gh
  2. From: gh@lsil.com (George Hadjidakis 4610)
  3. Newsgroups: comp.windows.open-look
  4. Subject: Re: Color Icons- help!
  5. Message-ID: <1992Nov10.233744.23698@lsil.com>
  6. Date: 10 Nov 92 23:37:44 GMT
  7. References: <4238@cvbnetPrime.COM>
  8. Sender: news@lsil.com (news caster)
  9. Reply-To: gh@lsil.com
  10. Organization: LSI Logic Microprocessor Group
  11. Lines: 9
  12. Nntp-Posting-Host: up47
  13.  
  14.  
  15. ---
  16. The XPM2 format that iconedit uses to save its color files, is not directly supported
  17. by openwindows. In the X extension somewhere there are routines that manipulate this 
  18. format. You could use these (or write your own, its not that complicated) to read the 
  19. XPM2 format and create a pixmap which you will then bind to the server_image of your
  20. icon ( I assume you are using xview ). Keep in mind that color icons eat a lot of 
  21. memory.
  22. --George Hadjidakis
  23.