Hey, I have a window which I want to close when the esc key is pressed, I've tried overriding the "virtual bool on_key_release_event (GdkEventKey* event); " but I get some weird errors (also can't find the documentation about GdkEventKey, to identify the keys). I tried adding a function to the "signal_key_release_event()" but also get some errors :)
Can anyone tell me how to call a function when the esc key is pressed (on a Gtk::Window derived class)? _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
