home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!boulder!tigger!ralex
- From: ralex@tigger.cs.Colorado.EDU (Repenning Alexander)
- Subject: what is the iconData field in the CIcon record?
- Message-ID: <1992Nov15.235201.5233@colorado.edu>
- Sender: news@colorado.edu (The Daily Planet)
- Nntp-Posting-Host: tigger.cs.colorado.edu
- Organization: University of Colorado, Boulder
- Distribution: na
- Date: Sun, 15 Nov 1992 23:52:01 GMT
- Lines: 16
-
-
- I have to create new color icons in my application on the fly, i.e, I
- cannot use ResEdit to create a resource and then load the resource. I
- have created PixMap and BitMaps before -> no problem. However, there
- is one field in the CIcon record that I don't quite understand: iconData
-
- The field description explains that the iconData field contains a
- handle to the icon's pixel image. What does that mean; is this just a
- handle pointing to the same thing as the baseAddr pointer in the
- iconPMap field of the CIcon? If so, why?
-
- I'd really appreciate any email replies..
-
- Heeelp, Alex
-
-
-