close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.ComponentAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Mar 5, 2011, 7:41:52 PM (15 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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 | |