Can you handle the events of a single widget, like Fl_Browser? or do you have to handle everything on the main Fl_Window to get the events?
This code doesn't seem to handle the event of "flbrw" which is the name of a
Fl_Browser:
class flbrw : public Fl_Browser {
public:
int handle(int e) {
cout << "test" << endl;
}
};
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

