in reply to Passing multiple user data GLADE
Hi
I do not exactly get your requirement. I use a GTK2 + GLADE based GUIs a lot. To get inputs from various text boxes, I get the text box objects from Glade and put them as a global / member variable. So I can access all the text box's when some button is clicked.
Have a look at the 'BUILD' function and 'get_object' in http://code.google.com/p/saaral-soft-search-spider/source/browse/trunk/src/Libs/GtkSpiderGui.pm
Thanks & Regards,
Bakkiaraj M
My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Passing multiple user data GLADE
by hakim-djz (Novice) on Mar 16, 2014 at 14:35 UTC | |
by sam_bakki (Pilgrim) on Mar 17, 2014 at 08:29 UTC | |
by hakim-djz (Novice) on Mar 17, 2014 at 17:31 UTC |