On Mar 23, 2007, at 8:33 PM, <[EMAIL PROTECTED]>  
<[EMAIL PROTECTED]> wrote:

>> It look like you are creating an MDI interface?
>
> No, it's a toolbar.

Hmm, yeah, use Fl_Window if it is important to you that the  
coordinates start at 0,0. If it doesn't bother you to add the x() and  
y() value and you want to aoid a ton of overhead, go with Fl_Group  
instead.

>> MDI is not supported by FLTK.
>
> Do you mean that 2 windows can't have focus at the same time ?

Huh? No, I mean the Microsoft Multi Document Interface. Never mind  
though, I got it now.

> Otherwise I think that using fl_box derived class instead windows, it
> should be possible to build an fltk's mdi app.

No. Fl_Box is a dead end. No widget can be added to it. Fl_Group is  
the way to go in either case.

----
http://robowerk.com/


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to