Having context menu for NSButton created dynamically
I am creating NSButton dynamically in the cocoa application which is fine. However once the application launches, I want to perform right click on the NSButton created or would like to have context menu for the NSBUtton. Ho开发者_如何学Gow to achieve this?
Subclass NSButton and override mousedown or menu for event
精彩评论