[..] all I want is keeping the main window's borders visible  whatever the size 
or the position of the child widget inside the parent widget (main window).
> For now all my trials doesn't works.
> Any idea ?
>

But the window's borders are also inside the window. When you draw
two things in the same spot one of them isn't going to be visible.

You seem to want the window border to be drawn on top of the box,
rather than vice-versa, which it is going to be difficult if not
impossible to persuade fltk to do.  Why are you reluctant to make
the box a bit smaller, which would produce the same visual effect?

Maybe you can say a bit more about what you're trying to accomplish.


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

Reply via email to