[Ilugc] how to send mutiple gpointers from g_signal_connect
Yuvi Panda
yuvipanda at gmail.com
Fri Jun 11 01:58:29 IST 2010
On Thu, Jun 10, 2010 at 11:10 AM, Prabhu Gnana Sundar
<prabhugs at ymail.com> 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
More information about the ilugc
mailing list