[Mono-osx] Appkit.cs patch

Miguel de Icaza miguel at novell.com
Sat Apr 24 17:39:57 EDT 2010


Hello James,

    Thanks for the patch;

I had to:
* Comment out a couple of constructors, as one of them takes a float *, and
our generator does not support this yet.
* In NSNib, I had to comment out instantiateNibWithOwner:topLevelObjects,
since that takes an "out" NSArray
* Commented out a few APIs that require support for "out NSError error" in
the generator
* Added various missing types to NSArrays
* Done some propertirizing of some methods.

Just for my own sanity, I sorted some of the classes that we had there.

Miguel

On Fri, Apr 23, 2010 at 8:40 PM, James Clancey <james.clancey at gmail.com>wrote:

> Next Patch
>
> #import <AppKit/NSGradient.h>
> #import <AppKit/NSImageCell.h>
> #import <AppKit/NSImageView.h>
> #import <AppKit/NSNib.h>
> #import <AppKit/NSSpeechRecognizer.h>
> #import <AppKit/NSSpeechSynthesizer.h>
> #import <AppKit/NSSpellChecker.h>
>
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20100424/839cdeac/attachment.html 


More information about the Mono-osx mailing list