[Cocoa-sharp] Cocoa.MenuItem.SubMenu in SVN but not mono-1.2.6_6?
Chris Peterson
cpeterso at cpeterso.com
Sun Feb 17 17:43:21 EST 2008
I was looking for API docs for Cocoa.Sharp, but I couldn't find any online
or deduce how to use monodocs2html.exe to process the monodocs.
I stumbled into the mono SVN repository to read the Cocoa.Sharp source code
and raw .xml docs. Unfortunately, the cocoa-sharp.dll (version 1.9.0.0?)
that ships with mono-1.2.6_6 seems to lack some methods that are in SVN. Is
there a more recent release of cocoa-sharp.dll?
Specifically, the Cocoa.MenuItem in SVN has a public property called
"SubMenu":
[1]
http://anonsvn.mono-project.com/source/trunk/cocoa-sharp/src/Cocoa/MenuItem.cs
But I get the following compiler error when I try to access
Cocoa.MenuItem.SubMenu in the cocoa-sharp.dll that ships with mono 1.2.6_6:
error CS0117: `Cocoa.MenuItem' does not contain a definition for `SubMenu'
I need Cocoa.MenuItem.SubMenu to create an application menu that has an
operable Quit menu item (without having to create a .nib file).
thanks,
chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/cocoa-sharp/attachments/20080217/53c01cca/attachment.html
More information about the Cocoa-sharp
mailing list