[Ilugc] how to send mutiple gpointers from g_signal_connect

2010-06-09 Thread Prabhu Gnana Sundar
I have been working on a project to develop a test bed. I am creating a GUI using Gtk programming. Here now I am required to read inputs from multiple Gtk Entries and process them on a click of a Gtk Button. But I am unable to find how to send multiple gpointers through g_signal_connect. Please

Re: [Ilugc] how to send mutiple gpointers from g_signal_connect

2010-06-10 Thread Girish Venkatachalam
On Thu, Jun 10, 2010 at 11:10 AM, Prabhu Gnana Sundar wrote: > > I have been working on a project to develop a test bed. I am creating a GUI > using Gtk programming. Here now I am required to read inputs from multiple > Gtk Entries and process them on a click of a Gtk Button. But I am unable to

Re: [Ilugc] how to send mutiple gpointers from g_signal_connect

2010-06-10 Thread Yuvi Panda
On Thu, Jun 10, 2010 at 11:10 AM, Prabhu Gnana Sundar wrote: > I have been working on a project to develop a test bed. I am creating a GUI > using Gtk programming. Here now I am required to read inputs from multiple > Gtk Entries and process them on a click of a Gtk Button. But I am unable to >