PDA

View Full Version : Passing arguments to signal handler with Glade


timbounceback
December 9th, 2007, 06:32 PM
I'm using glade with GTKPerl::GladeXML with Perl, and I was wondering how I can get the contents of a textbox. Do I:
a) Have to pass the value in an argument to the callback function; or
b) Can I do this in Perl using GTKPerl?

Thanks,

Tim