Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] Extending The visual editor

Hi,

            I am currently working on a project where i have to create a WYSIWYG editor for  GTK+ widgets. I have gone through the tutorial for the custom widget, and found it useful for creating my own widgets. But i have the following problem, we have optimized the GTK+ widgets and have also created our own widgets how can this be incorporated into eclipse.

1. Do i have to modify SWT to include these widgets for the look and feel in the editor (to satisfy the WYSIWYG rule).
2. Or do i create the look and feel of the new widgets using Draw2d.

Secondly i have to generate C code and hence have to disable the java code generation. Which are the plugins for VE that i have to change or modify inorder to do this.

Regards,
Sheldon

Back to the top