On 20.02.2008, at 16:47, PaoloItaly wrote: > We need to display an alarm window that stay on top and receive > all the user input. > There are some standard widgets or methods ?
FLTK support application modal windows, meaning windows that stay on top of all other windows in the same application. No other window of the same app will be receiving (meaningful) events. There is no Desktop modal or machine modal window support in FLTK. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

