On Thu, Jun 10, 2010 at 11:10 AM, Prabhu Gnana Sundar
<[email protected]> 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 
> find how to send multiple gpointers through g_signal_connect. Please guide me.

Why would you need multiple pointers? Just call
http://library.gnome.org/devel/gtk/unstable/GtkEntry.html#gtk-entry-get-text
(gtk_entry_get_text) on each of those GtkEntry-s from your GtkButton
clicked handler?

-- 
Yuvi Panda T
http://yuvi.in/blog
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to