Changes between Version 8 and Version 9 of pyclutter_notes
- Timestamp:
- Mar 5, 2011, 7:41:52 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyclutter_notes
v8 v9 9 9 also, see [http://www.modrana.org/pyclutter http://www.modrana.org/pyclutter] for the official incomplete documentation, taken from the Debian package. 10 10 11 == issues == 12 13 === actors not getting motion notify events === 14 Call set_reactive(True) on the actor and it will start receiving motion notify events. Clutter does this probably as an optimization, eq. it has to handle the motion notify event only for actors that request it. 15 16 17 == available methods == 11 18 === clutter GTK viewport methods === 12 19