Thanks for your answer, this is exactly what I need.

Thanks




--- [EMAIL PROTECTED] escribió:

> Hello,
> One of the ways u can do this is
> by g_object_set_data on window for all widgets
> contained in window
> 
> smthg like
> g_object_set_data(window, "name_entry', 
> name_widget);
> g_object_set_data(window, "addrs_entry', 
> addrs_widget);
> 
> and pass the window as your user data.
> then in ur callback,  do g_object_get_data ....
> 
> Hope this sol helps u..
> 
> ~Ratna



      
____________________________________________________________________________________
¡Capacidad ilimitada de almacenamiento en tu correo!
No te preocupes más por el espacio de tu cuenta con Correo Yahoo!:              
        
http://correo.yahoo.com.mx/
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to