Features/GTK3/Porting: Difference between revisions
DanielDrake (talk | contribs) No edit summary |
stub for activity developer notes |
||
| Line 14: | Line 14: | ||
should be Orientation.HORIZONTAL | should be Orientation.HORIZONTAL | ||
== Tips to Activity Developers == | |||
'''this is just a stub''' | |||
* GTK-3 does not support Drawable, so the first step is to get your activity running under Cairo. | |||
:* Example: abacus-cairo | |||
:* Example: abacus-gtk3 | |||
* The conversion script (here) leaves a few things to be done by hand: | |||
:* Notes from conversion from abacus-cairo to abacus-gtk3 | |||
* Notes from the TurtleArt conversion | |||
* Removing Hippo | |||