matthiasm wrote:

> 
> On 30.07.2008, at 20:24, Rafal wrote:
> 
>>  button1->w(20);
> 
> You must not write into x(), y(), w(), and h() directly. Use myWidget-
>  >resize(x, y, w, h) or myWidget->size(w, h) or myWidget->position(x,
> y) instead.
> 


Hmm actually no, this do not work fully.

In a bit more complex test case, there are glitches.

Im working on a testcase... can you paste how you think full ::layout()
should look like?

btw. Im adding experimental manual_child_layout() to possibly aid this,
see .devel



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

Reply via email to