qiaogang chen wrote: > I hope a widget , such as a list of a table record, can response to right > mouse click event ,and left mouse click event , and value change event . When > I read the manual of FLTK ,it saids only one callback is available , how can > I implement my list of table records. > _______________________________________________
If you are creating your own derived classes, you just need to override the "int handle(int event)" method in your subclass. Then you can do anything you want when an event occurs. -Eric _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
