Features/GTK3/Porting: Difference between revisions
DanielDrake (talk | contribs) Created page with "To port PyGTK to PyGI, read this: https://live.gnome.org/PyGObject/IntrospectionPorting (especially the section abouut pygi-convert.sh) If you are having trouble finding how a p..." |
DanielDrake (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
If you are having trouble finding how a particular GTK class/method/constant has been named in PyGI, run [http://dev.laptop.org/~dsd/20110806/pygi-enumerate.py pygi-enumerate.py] and grep the output. (this app lists all identified methods and constants) | If you are having trouble finding how a particular GTK class/method/constant has been named in PyGI, run [http://dev.laptop.org/~dsd/20110806/pygi-enumerate.py pygi-enumerate.py] and grep the output. (this app lists all identified methods and constants) | ||
To document: | |||
* Gtk.Alignment() no longer has default parameters - specify all 4 | |||