home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!decwrl!csus.edu!ucdavis!flauta.engr.ucdavis.edu!cklarson
- From: cklarson@flauta.engr.ucdavis.edu (Christopher Klaus Larson)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: Geneva 9 Radio Buttons, Checkboxes, etc...
- Message-ID: <21769@ucdavis.ucdavis.edu>
- Date: 25 Jan 93 18:50:24 GMT
- References: <01050133.oc46s3@distant.uucp>
- Sender: usenet@ucdavis.ucdavis.edu
- Organization: College of Engineering - University of California - Davis
- Lines: 17
-
- In article <01050133.oc46s3@distant.uucp> edw@distant.uucp writes:
- >I just got ahold of SuperClock! 4.0.2 (very nice), and while I've used
- >SuperClock! for a few years, the nice, tasteful Geneva 9 radio buttons etc.
- >just got me thinking about how I could do them in my own dialogs.
-
- The standard controls which contain text (buttons, check boxes, radio buttons,
- and pop-up menus) can be made to display their text in the window's font by
- adding the constant useWFont ( = 8) to the procID of the control at the time of
- creation. Thus, to display Geneva 9 radio buttons, set the window's (or
- dialog's) font to Geneva 9 and create all of your radio buttons with the
- procID (radioButProc + useWFont).
-
- That should do the job. Of course you still could write your own CDEF...
-
- --Chris
- cklarson@engr.ucdavis.edu
-
-