On 20 Jun 2010, at 12:55, Lars Ruoff wrote: > I would have imagined that all Widget positions are relative to the > origin of the containing group, but it seems widget positions are > always absolute? (to the top level window) That's awkward. Or do i > do something wrong?
That's a "feature" of the fltk-1.x API. In fltk-2, the origin is wrt the containing group, but under fltk-1.x is wrt the outer parent window. It has its advantages and disadvantages, shall we say, but yes, a lot of people find it awkward. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

