home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!gatech!rutgers!flop.ENGR.ORST.EDU!prism.CS.ORST.EDU!andersm
- From: andersm@prism.CS.ORST.EDU (Mark Anderson)
- Newsgroups: comp.sys.mac.programmer
- Subject: Changing contents of Toolbox globals?
- Message-ID: <1iq467INN8p4@flop.ENGR.ORST.EDU>
- Date: 10 Jan 93 21:24:23 GMT
- Organization: CS Dept, Oregon State University
- Lines: 13
- NNTP-Posting-Host: prism.cs.orst.edu
-
- This might be a very simple question, but how do I change the contents of a
- Toolbox global variable? Basically I want to change the value of the variable
- 'SysFontFam', 'SysFontSize', and 'LastSpExtra' in order to change the font
- used by my pop-up menus? THINK Reference gave one example, but I got a
- syntax error message in THINK C when I tried it. It looked like the following:
-
- extern short DlgFont : 0xAFA;
-
- DlgFont = 3;
-
- Any help would be appreciated.
-
- - Mark J. Anderson
-