hi,

You can assign pointer with string key:

g_object_set_data( object, "string", pointer );

then if you need to know the pointer

pointer = g_object_get_data( object, "string" );

Best Regards ...

      Peeter Vois
http://my.tele2.ee/vois
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to