[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Menu items in OS X?



Good to know.  So I'll look for info an how to use NSMenu[Item] stuff
in PyObjC in my checkers program.  Thanks!

~ Nathan

On 2/11/07, Bob Ippolito <bob@xxxxxxxxxx> wrote:
The only relevant API is the NSMenu and NSMenuItem APIs in Cocoa,
which can be used from PyObjC. Quartz is just drawing, and that
particular wrapper is proprietary and is only available with the
Python 2.3 that Apple shipped with Mac OS X.

-bob