Hi Michael,
You could try
gtk_signal_connect(GTK_OBJECT(GTK_COMBO(combo_name)->entry, "changed",
GTK_SIGNAL_FUNC(function_name), (gpointer) structure_name);
This will catch any change in either the drop down or if you type in the data.
TOSHIBA
Kevin Heaton
SOFTWARE ENGINEER
RESEARCH AND DEVELOPMENT
TOSHIBA (AUSTRALIA) PTY. LIMITED
84-92 TALAVERA ROAD, NORTH RYDE, NSW 2113
PHONE: (61 2) 9887 6000, FAX: (61 2) 9888 3664
Email : KHeaton toshiba-tap com
-----Original Message-----
From: Michael [SMTP:xmic freemail gr]
Sent: Friday, August 24, 2001 12:55 AM
To: gtk-list gnome org
Subject: Combo box and selection signal
Hello
I m trying to use a combo box and I want an notification when the user
changes the item from the list . I tried to trap the list object with
gtk_signal_connect, but it didn't work .
Any options ?
Michael
http://www.turboirc.com
_______________________________________________
gtk-list mailing list
gtk-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-list