home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / programm / 5970 < prev    next >
Encoding:
Text File  |  1992-09-03  |  863 b   |  26 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!decwrl!csus.edu!news
  3. From: eps@futon.SFSU.EDU (Eric P. Scott)
  4. Subject: Re: Double Clicking
  5. Message-ID: <1992Sep4.080014.16194@csus.edu>
  6. Sender: news@csus.edu
  7. Reply-To: eps@cs.sfsu.edu
  8. Organization: San Francisco State University
  9. References: <1992Aug31.151516.1902@wuecl.wustl.edu>
  10. Date: Fri, 4 Sep 1992 08:00:14 GMT
  11. Lines: 13
  12.  
  13. In article <1992Aug31.151516.1902@wuecl.wustl.edu>
  14.     brian@wucs1.wustl.edu (Brian) writes:
  15. >How do I detect a Double click on a button?
  16.  
  17. The Button class doesn't treat double clicks specially.  The
  18. Matrix class does.  (i.e. use a 1x1 Matrix of ButtonCell instead
  19. of a Button--you can make these in IB by instantiating a Button,
  20. Alt-dragging until a second one appears, release, then Alt-drag
  21. back to one.)
  22.  
  23. (Yet another question that belongs in the c.s.n.p FAQ list)
  24.  
  25.                     -=EPS=-
  26.