nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: How can I hold up a event in fltk?
From: Tony Hoo
Date: Sat, 21 Oct 2000 22:52:57 +0800

How can I hold up a event in fltk? not the add_callback()!!example :
in a Fl_input widget, when a key pressed, don't let it displayed in widget ,but ought
to be  handle by mine, and I don't want editing the handle_key() method in Fl_input.cxx.
how can I do??

I think the fltk 's event handle is hard , did I need fltk's widget plus nano-X's event
process?

nanogui@linuxhacker.org