[Mono-osx] [MonoMac] NSApplication.BeginSheet definition

Miguel de Icaza miguel at novell.com
Tue Nov 16 11:18:55 EST 2010


Hello,

I would like to propose a change to the method definition for
> NSApplication.BeginSheet in appkit.cs
>

Done.   I have also added C#-style NSAction parameters, so you can do:

foo.BeginSheet (myWindow, delegate { done = true; });

or if you do not care when the window is closed:

foo.BeginSheet (myWindow);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20101116/52627a30/attachment.html 


More information about the Mono-osx mailing list