Re: Glade signal connect data and full

2008-11-14 Thread Tristan Van Berkom
On Tue, Nov 11, 2008 at 6:32 AM, dhk <[EMAIL PROTECTED]> wrote: [...] > Thanks, but this is a lot like the glade source. It doesn't explain the > variables. I need to know what the parameters are and where they come > from. I think the handler_name the one in the glade xml file and the > GladeX

Re: Glade signal connect data and full

2008-11-11 Thread Tristan Van Berkom
Gah, my mail always misses the list ;-) On Tue, Nov 11, 2008 at 12:22 PM, Tristan Van Berkom < [EMAIL PROTECTED]> wrote: > On Tue, Nov 11, 2008 at 6:32 AM, dhk <[EMAIL PROTECTED]> wrote: > [...] > >> Thanks, but this is a lot like the glade source. It doesn't explain the >> variables. I need to

Re: Glade signal connect data and full

2008-11-11 Thread dhk
Mike Massonnet wrote: > Hi, and really quickly, > > Le Mon, 10 Nov 2008 08:38:53 -0500, > dhk <[EMAIL PROTECTED]> a écrit : > >> All, >> >> Could some explain how to use glade_xml_signal_connect_data() and >> glade_xml_signal_connect_full()? Some good examples would be helpful >> also. > > http

Re: Glade signal connect data and full

2008-11-10 Thread Mike Massonnet
Hi, and really quickly, Le Mon, 10 Nov 2008 08:38:53 -0500, dhk <[EMAIL PROTECTED]> a écrit : > All, > > Could some explain how to use glade_xml_signal_connect_data() and > glade_xml_signal_connect_full()? Some good examples would be helpful > also. http://www.google.com/codesearch?q=lang%3Ac+

Glade signal connect data and full

2008-11-10 Thread dhk
All, Could some explain how to use glade_xml_signal_connect_data() and glade_xml_signal_connect_full()? Some good examples would be helpful also. I don't think I know the difference between the signal handler name and the signal handler function that is used as parameters. In my GTK program I w