I would defer to Fred on this one.   He's currently on holiday, but should
be back soon.

GC


On Sat, Aug 10, 2013 at 9:55 AM, Luboš Doležel <lu...@dolezel.info> wrote:

> Hi,
>
> I'm adding two methods using blocks:
>
> - (void) beginSheetModalForWindow:(NSWindow *)window
>                 completionHandler:(GSSavePanelCompletionHandler)handler;
> - (void) beginWithCompletionHandler (GSSavePanelCompletionHandler)handler;
>
> into NSSavePanel. For the latter, I need to add two ivars
>
> GSSavePanelCompletionHandler _completionHandler;
> NSWindowController *_modelessWindowController;
>
> since its modeless and returns immediately.
>
> Should I add indirection not to break fragile ABI derived classes, or do
> you think it's not needed for this class?
>
> --
> Luboš Doležel
>
> _______________________________________________
> Gnustep-dev mailing list
> Gnustep-dev@gnu.org
> https://lists.gnu.org/mailman/listinfo/gnustep-dev
>



-- 
Gregory Casamento
Open Logic Corporation, Principal Consultant
yahoo/skype: greg_casamento, aol: gjcasa
(240)274-9630 (Cell)
http://www.gnustep.org
http://heronsperch.blogspot.com
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to