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


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to