libglademm signal_connect?



Are there any plans to have Gnome::Glade::Xml do signal_connects for you?

Like instead of having to get the widget and signal connect it
yourself, do something like this :
GladeXml->signal_connect( "HandlerName", ptr_fun(&my_signal_handler));
GladeXml->signal_connect( "Handler2Name", mem_fun(foo,&CFoo::bar));

Would this be out of scope for the libglade wrapper?

Lee



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]