ABSTRACT GOES HERE
MOViewListLabelView is, like, um, really cool, ya know.
mouseDown: |
- ( void ) mouseDown: (NSEvent *) event;
Override to track clicks in disclosure controls and implement label dragging.
- event
- The event.
mouseDragged: |
- ( void ) mouseDragged: (NSEvent *) event;
Override to track clicks in disclosure controls and implement label dragging.
- event
- The event.
mouseUp: |
- ( void ) mouseUp: (NSEvent *) event;
Override to track clicks in disclosure controls and implement label dragging.
- event
- The event.
(Last Updated 3/20/2005)