home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!asuvax!farallon!neal@farallon.com
- From: neal@farallon.com (Neal Trautman)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: Finder labels
- Message-ID: <318@farallon.farallon.com>
- Date: 17 Aug 92 20:29:59 GMT
- References: <1992Aug17.190538.11398@qualcomm.com>
- Sender: news@farallon.farallon.com
- Organization: Farallon Computing, Inc.
- Lines: 24
- Nntp-Posting-Host: sherry
-
- In article <1992Aug17.190538.11398@qualcomm.com>, sdorner@qualcom.qualcomm.com (Steve Dorner) writes:
- >
- > I would like to snarf the text and colors of the Finder's label menu. Does
- > anyone know where they hide? Or must I "reduce the Labels control panel
- > to human-perceivable form" and violate my license agreement? :-)
- >
- > (Yes, I know I'm a very evil person for wanting to do this. Nonetheless,
- > I do.)
- > --
- > Steve Dorner, Qualcomm, Inc.
- > Yes, I'm still working on Eudora and it's still free.
- >
-
- The System 7 call looks like this:
-
- FUNCTION GetLabel(labelNumber: INTEGER; VAR labelColor: RGBColor;
- VAR labelString: Str255): OSErr;
- INLINE $303C, $050B, $ABC9;
-
- Neal Trautman
- Timbuktu Lead Software Engineer
- Farallon Computing, Inc.
- neal@farallon.com
-
-