in reply to Re: Passing multiple user data GLADE
in thread Passing multiple user data GLADE
Hi,
Well I have 4 text entry boxes:
ip: 192.168.0.2
SSID:My Router
PSK: Passphrase
Device: Gadget1
Where the values in the '[]' I need when the okay is clicked, and passed to my callback routine. And these are stored in a 4 element vbox.
Now in Glade's properties window in the signals tab you can put the routine in the 'handler' box, and the data you want passed to the routine in the 'user data' box, but only allows you to add one object. So I'm stuck in passing it to the callback routine.
I am using Glade 3.14.2 and Gtk3. As well Glade and Perl are both quite new to me. Thanks for your help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing multiple user data GLADE
by sam_bakki (Pilgrim) on Mar 17, 2014 at 08:29 UTC | |
by hakim-djz (Novice) on Mar 17, 2014 at 17:31 UTC |