On Apr 26, 2007, at 6:52 PM, Konstantin wrote: > I think, this should be the best way. How it's possible to > overwrite the handle class of my main window (double window class) > with fluid?
You can stat out with the Widget Class and simply write a "int handle (int)" function that will override the existing on. Take a look at Greg Ercolanos cheat pages on how to write event handlers. ---- http://robowerk.com/ _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
