MacArthur, Ian wrote:
> I don't know the answer to your specific problem, but a few
> observations.
>
>
> - I don't think "set_non_modal();" is appropriate in the constructor for
> your Container widget. What do you think it does? I suspect it does not
> do what you think...
>
> - I don't understand why you have used a window as your child widget for
> the splitter. It would be easier to use a group, or perhaps even a
> simple box. I think using the window is just making things harder for
> yourself - and probably will not work as you expect on other platforms,
> where child windows can behave somewhat differently...

My first trial had Fl_Box container instead the Fl_Double_Window
but the pb is the following:
if a child widget is taller than its container it just
goes out of its parent container.
The only solution (I think) is to resize the child widget each time
it needed.
But it's a tricky job to resize all the child widgets especially when
they are complexe widgets  full of buttons sliders etc....
That's why I wanna use windows because anything outside the
window is ignored.
But for now I'm not sure that it will works with windows.

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

Reply via email to