Am 11.04.2009 22:05 Uhr schrieb "pawel" unter <[email protected]>:
> #include <FL/Fl.H>
> #include <FL/Fl_Window.H>
>
> int main (int argc, char ** argv)
> {
> Fl_Window window(300, 300, "big window");
> Fl_Window sub(10, 10, 100, 100, "sub");
sub.color(FL_RED);
sub.end();
> window.end();
> window.show();
> sub.show();
> return(Fl::run());
> }
It works just fine here... .
Matthias
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk