Features/GTK3/Porting: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
=Porting an existing activity to GTK3= | =Porting an existing activity to GTK3= | ||
This is a guide to porting an existing activity from GTK2 to [http://developer.gnome.org/gtk3/stable/ GTK3]. It also shows the changes to use the new Sugar toolkit that also now uses [[Features/GTK3|GTK3]]. This guide uses the [http://git.sugarlabs.org/hello-world hello-world] activity as a simple example. | This is a guide to porting an existing activity from GTK2 to [http://developer.gnome.org/gtk3/stable/ GTK3]. It also shows the changes to use the new Sugar toolkit that also now uses [[Features/GTK3|GTK3]]. This guide uses the [http://git.sugarlabs.org/hello-world hello-world] activity as a simple example. | ||
There is another guide written from scratch that uses this one as reference. I was done porting GetBooks Activity [[Features/GTK3/Porting/GetBooks]] | |||
==Preparation== | ==Preparation== | ||