Hi,

I would like to retrieve at any time the pointer to the t_canvas containing
my object.
Is that possible ?
I know I can retrieve it with something like :
    t_glist *glist=(t_glist *)canvas_getcurrent();
    t_canvas *canvas=(t_canvas*)glist_getcanvas(glist);
in the myobject_new() method.

But the same give me a (nil) t_canvas pointer outside the new() method.

Thanks in advance.

Antoine


--
do it yourself
http://antoine.villeret.free.fr
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to