home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / intervie / 3633 < prev    next >
Encoding:
Text File  |  1993-01-27  |  753 b   |  19 lines

  1. Newsgroups: comp.windows.interviews
  2. 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
  3. From: lenox%goofy.cti-pet.com@CTI-PET.COM (Mark Lenox)
  4. Subject: Re: Help
  5. Message-ID: <9301271233.AA05154@goofy.cti-pet.com>
  6. Sender: news@shelby.stanford.edu (USENET News System)
  7. Organization: Internet-USENET Gateway at Stanford University
  8. Date: Wed, 27 Jan 1993 12:33:22 GMT
  9. Lines: 8
  10.  
  11.  
  12.  
  13. Under 3.1, a MenuItem can be disabled (grayed out) by modifying it's 
  14. TelltaleState.  For example, a MenuItem m:
  15.  
  16.    m->state()->set(TelltaleState::is_enabled,False);
  17.  
  18. You will find this information in section 9.6 of the InterViews 3.1 manual.
  19.