http://www.perlmonks.org?node_id=1014656


in reply to Re: GTK2+glade and knowing who called
in thread GTK2+glade and knowing who called

that would be the object next to the handler in the xml,
the docs on glade state that you can not get that user data unless you create custom signals for everything.
For my purpose the Object who called is enough to work with,
at least for now ;), maybe i'll do the whole thing in c++ or go back to TK

kind regards
Alex

  • Comment on Re^2: GTK2+glade and knowing who called