[Xfc-dev] Signal-handling-question

Johannes Zellner webmaster at nebulon.de
Mon Jul 25 23:37:52 CEST 2005


Hi

I started to write a small application with the foundation-classes, now 
I've a question:
How can I connect the key_release_signal to a Entry-Widget ?

I tried it like:

entry->signal_key_release_event().connect(sigc::mem_fun(this, 
&FileStepper::gofor));

.....


bool gofor(Gdk::EventCrossing& event)
{
....
}

But I get many confusin errors by compiling.

Would be nice if someone could just post a example :-)

Bye
    Johannes



More information about the Xfc-dev mailing list