matthiasm wrote:
> > class ChildWnd : public Fl_Double_Window
> > {
> > public:
> >
> > ChildWnd(int x, int y, int w, int h, const char *l):
> > Fl_Double_Window(x, y, w, h, l)
> > {
> > set_non_modal();
> ^^ child windows can never be free, modal, or non_modal. Don't cal
> this for a child window
> > clear_border();
> ^^ child windows have no decoration, only a box type. Don't cal this
> either
> > box(FL_UP_BOX);
>
> It look like you are creating an MDI interface?
No, it's a toolbar.
>MDI is not supported by FLTK.
Do you mean that 2 windows can't have focus at the same time ?
Otherwise I think that using fl_box derived class instead windows, it
should be possible to build an fltk's mdi app.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk