I've been playing around with PHP-GTK for a little while along with glade.
I have gotten as far as to load a glade file and autoconnect the signals with the glade file. my problem is if I want to have a method that uses two or more objects (ie a button and a label) only the first object gets passed.( only the first object for the signal is recognized by the glade file) Is there any way that I can pass more objects through to the method either using code or the .glade file? Or is there any good recources on the web I can bulk up on? I havent had much luck in finding anything related to what I have been experiencing
Thanks a lot
Alan Nelson