Re: passing data to text entry field



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]