[Mono-osx] Appkit.cs Patch

Miguel de Icaza miguel at novell.com
Fri Apr 23 14:18:04 EDT 2010


Hello,

    Thanks fro the great patch.

    Some small feedback:

* Boolean values many times are just parsed as "flag", but this does not
give enough context in the parameter, so in these cases it is best to look
at the selector name, and replace "flag" with the originals seletor name
like "willMove"

* Factory methods (static methods that create instances of an object) most
of the time will be called FromXXXX, for example MyWindow FromData (NSData)

Miguel.

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

> Here goes another update.
> #import <AppKit/NSAnimationContext.h> Done
> #import <AppKit/NSFontPanel.h> Done
> #import <AppKit/NSCachedImageRep.h> Done
> #import <AppKit/NSCIImageRep.h> Done
> #import <AppKit/NSCustomImageRep.h> Done
> #import <AppKit/NSEPSImageRep.h> Done
>
>
>
> _______________________________________________
> 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/20100423/ffb1cd09/attachment.html 


More information about the Mono-osx mailing list