gathering info on a gnome druid
- From: "Jeremy Savoy" <jsavoy us ibm com>
- To: gtk-app-devel-list gnome org
- Subject: gathering info on a gnome druid
- Date: Mon, 26 Mar 2001 13:01:53 -0500
I am writing a druid app and I want to gather data from the user on one of
the pages and then have this info for later use (perhaps a GList). I would
think I should do this with a signal connect from the next button on the
druid so that when the user has made choices and entered text, the values
aren't stored until he / she is done. My questoin is how do I send multiple
values to a signal handler when it apears you can only one in a
gtk_signal_connect ??
ex:
gtk_signal_connect (GTK_OBJECT (druidpagestandard1), "next",
GTK_SIGNAL_FUNC (on_druidpagestandard1_next),
NULL);
I tried putting the separated values in a GList and sending that but it was
somewhat flacky, I assume because values are changing and are not all
stored at the same time. Any suggestion??
Regards,
Jeremy Savoy
Linux Admin
IBM - Retail Store Solutions
919-301-5273
jsavoy us ibm com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]