home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.interviews
- Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!univ-lyon1.fr!ghost.dsi.unimi.it!rpi!usc!howland.reston.ans.net!spool.mu.edu!agate!stanford.edu!CTI-PET.COM!lenox%goofy.cti-pet.com
- From: lenox%goofy.cti-pet.com@CTI-PET.COM (Mark Lenox)
- Subject: Re: Help
- Message-ID: <9301271233.AA05154@goofy.cti-pet.com>
- Sender: news@shelby.stanford.edu (USENET News System)
- Organization: Internet-USENET Gateway at Stanford University
- Date: Wed, 27 Jan 1993 12:33:22 GMT
- Lines: 8
-
-
-
- Under 3.1, a MenuItem can be disabled (grayed out) by modifying it's
- TelltaleState. For example, a MenuItem m:
-
- m->state()->set(TelltaleState::is_enabled,False);
-
- You will find this information in section 9.6 of the InterViews 3.1 manual.
-