On 12/12/14 12:34 AM, Козлов Кирилл wrote:
Hello,
I need to develop an application with an area for rendering diagrams. In the
area there will be objects which can be connected via lines, can be moved,
deleted (like it's done in Dia, for example).
Please give me an advice on what modern GTK+ 3 objects should be used to
implement this functionality (design area, the grid, drawing object, markers
for changing size of an object). Any help or shared experience will be
appreciated.
Best regards,
Kirill Kozlov
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Sounds like you are looking for a Canvas for GTK. Take a look at GooCanvas:
https://wiki.gnome.org/Projects/GooCanvas
I use it for drawing electrical schematics and it works well.
Richard.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list