Jean-Pierre Lefebvre schrieb:
>> Jean-Pierre Lefebvre schrieb:
>> int handle(int event)
>> {
>> if (event== FL_FOCUS)
>> do_callback(this, (void*) "Focus");
>> else if (event== FL_UNFOCUS)
>> do_callback(this, (void*) "Unfocus");
>>
return Fl_Input::handle(event);
>> }
>>
>> };
>
> OK, thanks a lot for your help.
Ups, just saw the missing return - but you would have noticed that...
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk