[Mono-osx] NSImage imageNamed implemenation

Miguel de Icaza miguel at novell.com
Sun Oct 24 17:49:18 EDT 2010


Hello!

   Thanks, this has been fixed

On Sun, Oct 24, 2010 at 5:17 PM, Pavel Sich <pavel.sich at me.com> wrote:

> In the current AppKit implementation, there is an error in NSImage,
> method imageNamed is not marked in the interface (interface API -
> appkit.cs) as [Static], therefore it does not work as expected then.
>
> Fix is very simple:
>         [Static]
>         [Export ("imageNamed:")]
>         NSImage ImageNamed (string name);
>
> Cheers,
> Pavel Sich
> twitter: @sichy
> _______________________________________________
> 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/20101024/0874275b/attachment.html 


More information about the Mono-osx mailing list