Displaying 1 result from an estimated 1 matches for "basiczoom".
2007 Apr 09
5
Python plugin (Python API for Compiz)
...ugin which loads plain python
scripts as full plugins.
There is not much documentation, but I have included a few
examples to get you going.
triangle - Just a basic plugin which shows a triangle on a button
press. This shows using ctypes to pass values from compiz to the
python opengl bindings.
basiczoom - Zooms in on the screen (basically)
inactive - This is a port of my inactive plugin which I mentioned
earlier. Its only a few lines of easy python code.
The OBJECTS file contains a brief list of each property and method.
I will try to get some proper documentation done soon.
I think most thing...