Changes between Version 3 and Version 4 of pyclutter_notes
- Timestamp:
- Mar 5, 2011, 4:54:00 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyclutter_notes
v3 v4 1 1 = Python-Clutter development notes = 2 3 [[PageOutline]] 4 2 5 ModRana will in the future use Clutter as an alternative to the current non-accelerated GTK GUI. Unfortunately, the documentation to the Python bindings for Clutter is in a sad state. This page serves as a compilation of various Clutter & Python related development notes, with the hope to piece together some sort of documentation for the most needed elements :) 3 6 … … 5 8 6 9 also, see [http://www.modrana.org/pyclutter http://www.modrana.org/pyclutter] for the official incomplete documentation, taken from the Debian package. 7 8 [[PageOutline]]9 10 10 11 ===clutter GTK viewport methods===