Re: passing data to text entry field
- From: Olaf Leidinger <leidola newcon de>
- To: gtk-list gnome org
- Subject: Re: passing data to text entry field
- Date: Tue, 09 Oct 2001 23:44:55 +0200
Sorry - the last one was without a subject :-)
Hello.
There are two ways. The simplest one is to use a global variable to store the entries address. The more complex one is to use gtk_object_set_data (I think that was the
name) to save the entrie's address in the dialog widget under a certain name. Then you can use gtk_object_get_data in the dialog's callback to get the the address of
the entry widget.
Ciao,
Olaf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]