Path: utzoo!attcan!uunet!husc6!rutgers!mailrus!ames!claris!apple!blob From: blob@Apple.COM (Brian Bechtel) Newsgroups: comp.sys.mac.programmer Subject: Re: Highlight "OK" buttons Keywords: Dialogs Message-ID: <16727@apple.Apple.COM> Date: 7 Sep 88 15:04:04 GMT References: <3316@homxc.UUCP> Reply-To: blob@apple.com.UUCP (Brian Bechtel) Organization: Apple Computer Inc, Cupertino, CA Lines: 13 In article <3316@homxc.UUCP> paco@homxc.UUCP (Herbert Throckmorton) writes: >IM vol.1 mentions in the "Dialog Manager" section that one can >highlight the default button in a dialog as well, but IM vol.1 doesn't >mention how to do that deed, as far as I can tell. Page I-407 describes how to highlight a default button in the standard way. PenSize(3,3); InsetRect(displayRect, -4, -4); FrameRoundRect(displayRect, 16, 16); --Brian Bechtel blob@apple.com