Re: Signal Handling problems with own data

2006-08-18 Thread NicolasA
Thank you both for the useful advice, you have just saved my life :))) -- View this message in context: http://www.nabble.com/Signal-Handling-problems-with-own-data-tf2127300.html#a5871939 Sent from the Gtk+ - Apps Dev forum at Nabble.com. ___ gtk

Re: Signal Handling problems with own data

2006-08-18 Thread Iago Rubio
On Fri, 2006-08-18 at 07:03 -0700, NicolasA wrote: > I have read all the examples in the gtk tutorial, I have 3 books on gnome > and gtk but I haven't found a single example which shows how to pass more > that 1 widget to the function. Here you've got a full example: // save as "test.c" compile

Re: Signal Handling problems with own data

2006-08-18 Thread John Coppens
On Fri, 18 Aug 2006 07:03:41 -0700 (PDT) NicolasA <[EMAIL PROTECTED]> wrote: > In my case I want to pass two widgets(the two text entries)so that > when my function is called, to access the two text entries, grab their > contents and validate the username and password with the server. How > can I

Signal Handling problems with own data

2006-08-18 Thread NicolasA
one widgets can be passed to the function, how can I access them ? I would appreciate your help very much, Nicolas. -- View this message in context: http://www.nabble.com/Signal-Handling-problems-with-own-data-tf2127300.html#a5869944 Sent from the Gtk+ - Apps Dev foru