GTK+ 3 issues

From Inkscape Wiki
Revision as of 17:23, 21 April 2016 by Doctormo (talk | contribs) (Created page with "This page is for Gtk documentation, any issues, questions or notes about the porting of inkscape to Gtk3. This document will be sent to the gtk/gnome developers and may be use...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page is for Gtk documentation, any issues, questions or notes about the porting of inkscape to Gtk3. This document will be sent to the gtk/gnome developers and may be useful for Gimp developers who undergo the same process.

Issues

Document your issues with porting Inkscape to Gtk3 below.

* None yet documented

Standard Practice

List any repetative actions during the upgrade and note anything that needed doing when moving from gtk2 to gtk3 widgets (for examine hbox and vbox) be clear if the action is using gtk3 or gtkmm (which often papers over some of the move to gtk3)

* No patterns documented yet

Widgets

List any and all custom widgets currently being used in Inkscape.

* Rulers - src/widgets/rulers.cpp

Ideas

Any ideas which are interesting

* No ideas yet