[Glade-users] glade_xml_signal_autoconnect woes



On Tue, 2006-11-21 at 10:21 -0500, Tristan Van Berkom wrote:

You can go ahead and put callbacks in any area of your app, or even
in a shared lib that your app is linking against - note you might
find it tedious to seperate callback code by widget, note2 since you
are working with a dynamic UI you probably want to abstract the GUI
from your callback code.
Ok Ok..I will keep that in mind..Thanks

Well something is askew here, care to post the output of "make" in your
project so I can verify you put --export-dynamic in the correct linker stage ?
http://pastebin.ca/254178
Here.it is. The project is just a dummy one, with the main()
initializing all the stuff and loading the xml file. the callbacks are
present in another file. The UI is made up of a number of widgets.


You should also try an "nm myapp" and see if your callback symbols are
indeed exposed in the text segment of your binary (i.e. marked with "T").
U glade_xml_new
U glade_xml_signal_autoconnect
U gtk_init
U gtk_main
Should 'U' be 'T' here?

Cheers,
                    -Tristan

Regards
Sudharshan S
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.ximian.com/pipermail/glade-users/attachments/20061121/3d5b4632/attachment.bin 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]