Re: [Multisync-devel] creating plugin GUI

2005-03-29 Thread Armin Bauer
Markus Meyer wrote: Martin, this is exactly the reason why I didn't write a GUI yet. Infact, I'm hoping for Opensync to include an easier way to implement GUIs... Actually... the way opensync handles guis is kind of different since it does not have any depencies on a gui. instead you are writin

Re: [Multisync-devel] creating plugin GUI

2005-03-29 Thread Markus Meyer
Martin, this is exactly the reason why I didn't write a GUI yet. Infact, I'm hoping for Opensync to include an easier way to implement GUIs... Markus Martin Ericsson schrieb: Hi! I'm thinking about creating a GUI for the sunbird plugin. How to do the GTK stuff shouldn't be a problem, but I don't

[Multisync-devel] creating plugin GUI

2005-03-27 Thread Martin Ericsson
Hi! I'm thinking about creating a GUI for the sunbird plugin. How to do the GTK stuff shouldn't be a problem, but I don't know what functions multisync expects and how I should compile the code (that is, how to create my makefile). I've had a look at the makefiles for the evolution plugin, but