Hey,
I'm finding it hard to understand exactly what you're asking, do you get
compile time errors? Or is it not working despite that it compiles? Are you
doing a "add_events( Gdk::KEY_PRESS_MASK); " in your constructor?
Cheers, -Harry
Side note:
You're doing this->signal().connect , "this" is implied if you just do
signal().connect Reason: signal is in local scope, so you don't have to
qualify it with "this" like you would in Python or so
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list