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