![](https://secure.gravatar.com/avatar/b47d036b8f12e712f4960ba78404c3b2.jpg?s=120&d=mm&r=g)
30 Apr
2013
30 Apr
'13
11:15 p.m.
2013/4/30 cabieces julien <cabieces.julien@...400...>:
So, for sum up, dbus api is not really mature and maybe not appropiate for what I want to do.
Developing plugin with python will be great, but I have a few questions :
- Would it be possible to add some specific GUI integrated inside inkscape?
- When it would be available? I guess it's quite a hard work
Adding the Python API would be a long-term project, but in principle every aspect of Inkscape could be accessed with it.
Is it possible to simply develop C++/Gtk plugin inside inkscape?
You can develop a 'plugin' in C++ (subclass one of the extension classes and register it at program start), but it would have to be compiled into Inkscape. At the moment there is no support for the dynamic loading of plugins.
Regards, Krzysztof