home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18445 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.0 KB  |  29 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!boulder!tigger!ralex
  3. From: ralex@tigger.cs.Colorado.EDU (Repenning Alexander)
  4. Subject: what is the iconData field in the CIcon record?
  5. Message-ID: <1992Nov15.235201.5233@colorado.edu>
  6. Sender: news@colorado.edu (The Daily Planet)
  7. Nntp-Posting-Host: tigger.cs.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. Distribution: na
  10. Date: Sun, 15 Nov 1992 23:52:01 GMT
  11. Lines: 16
  12.  
  13.  
  14. I have to create new color icons in my application on the fly, i.e, I
  15. cannot use ResEdit to create a resource and then load the resource. I
  16. have created PixMap and BitMaps before -> no problem. However, there
  17. is one field in the CIcon record that I don't quite understand: iconData
  18.  
  19. The field description explains that the iconData field contains a
  20. handle to the icon's pixel image. What does that mean; is this just a
  21. handle pointing to the same thing as the baseAddr pointer in the
  22. iconPMap field of the CIcon? If so, why?
  23.  
  24. I'd really appreciate any email replies..
  25.  
  26.   Heeelp,  Alex
  27.  
  28.  
  29.