Re: Extensions with python

2011-09-20 Thread Hans Breuer
At 19.09.2011 20:56, Albert wrote: Pitty. So, my options are: work in C? To implement new object types and not use the custom shape module: yes. Am I correct in the assumption that there is no event forwarding to the Python API? No. If you want to stop speculating you should start reading th

Re: Extensions with python

2011-09-20 Thread Pierre-Louis Bonicoli
On 19/09/2011 20:56, Albert wrote: > Pierre-Louis, > > Pitty. > So, my options are: work in C? > > Am I correct in the assumption that there is no event forwarding to the > Python API? That would explain quite a bit of what is possible and not > possible with the API. I.e. You can retrieve inform

Re: Re: Extensions with python

2011-09-19 Thread Albert
Pierre-Louis, Pitty. So, my options are: work in C? Am I correct in the assumption that there is no event forwarding to the Python API? That would explain quite a bit of what is possible and not possible with the API. I.e. You can retrieve information and set the data, but there is no live in

Re: Extensions with python

2011-09-18 Thread Pierre-Louis Bonicoli
On 18/09/2011 21:05, Albert Zuurbier wrote: > Hello, > > I would like to make an extension to Dia with Python (so I can learn > that language along the way). However, I need a bit more documentation. > Which I am willing to write, if you give me a chance. > > I want to make a new diagram type. Fr