Re: access to custom object properties in plugin

2006-07-28 Thread lidiriel
But for the core of > plugin i must use the property of object. Example i have an object : > > dia/objects/Bay/boundary.c > ... > typedef enum { BAY_BOUNDARY_BEGIN, > BAY_BOUNDARY_END } > BayBoundaryValue; > > /* Object Boundary definition */ > typede

access to custom object properties in plugin

2006-07-28 Thread lidiriel
lidiriel wrote: > Hello, > > now i stop my python development and i began a new export filter in C. > I created fews objects in new lib and i try to generate an export file. > I use the method : > static void draw_object(DiaRenderer *self, DiaObject *object) for > detected each object and generat