MacArthur, Ian (SELEX GALILEO, UK) schrieb:
>
> There are a number of initialisation steps that are skipped if you call
> show(); rather than show(argc,argv); that first time, though they are
> more cosmetic than harmful...

What's about calling pWindow->show(0, 0)?

And after reading documentation of Fl::args() I want to be sure of 
understanding it right:

It's true that calling
        pWindow->show(argc, argv);
is equivalent to call of
        Fl::args(argc, argv);
        pWindow->show();
?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to