Subclassing NSPopUpButton
Subclassing NSPopUpButton
- Subject: Subclassing NSPopUpButton
- From: "Raglan T. Tiger" <email@hidden>
- Date: Fri, 08 May 2015 10:42:43 -0600
I have subclassed NSPopUpButton. In the subclass drawRect:dirtyRect is called ... I did this just to check that the subclass is properly implemented.
In the subclass keyDown:theEvent is not being called. How does one override this method for an NSPopUPButton subclass?
The purpose for overriding keyDown:theEvent is to create my own search string to find items in the menu.
-rags
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden