I have a static dock menu created with Interface Builder (cocoa). Works
great.
I now have a requirement to add/remove items for this menu at run-time or
enable/disable menu items at run-time.

I cannot find a way to get a handle to the dock menu at run-time to get at
the menu items that I want to enable/disable. Can I somehow get a reference
to menu objects (NSMenu) at run-time?

Or I cannot wire up the menu using IB and need to create the menu at
run-time myself?

Thanks
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to