On 2 Jun 2010, at 18:54, Domingo Alvarez Duarte wrote: > Reading the documentation I couldn't find any reference to it.
You say "stay on top all the time" - do you mean stay on top of other windows from the same app? I guess not, because of course that's just "modal" or "non-modal" behaviour, as distinct from a regular window. So, I guess that you mean a window that stays on top of all other windows, from any app. That's harder, and fltk does not directly support it, as it varies from one WM to the next. It's trivial to do in win32, and some X11 WM's will support it. I've never tried to do it on OSX so can't comment there... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

