You will define a few call-back functions. Theses are the functions that will be executed by SuperKaramba. In other words, when a certain event happens, a corresponding callback in your script is executed.
Just copy the script on Example Scripts whenever you make a new python extension because it has all of the callbacks defined and explained. Note: The first parameter to all callbacks is widget. This is a reference to your current karamba widget. You need this to call any other functions (see API for a list of callable functions).
|
Quick Links |
Project hosted by: |
Primary Author: Adam Geitgey <adam@rootnode.org> Original Karamba Author: Hans Karlsson <karlsson.h@home.se> |