Contents Up Previous Next

Callback

Callbacks are application-defined functions which receive events from the GUI. You normally add a callback for a particular window (such as a canvas) and event (such as OnPaint) using window-add-callback, or pass the callback in a panel item creation function, such as button-create.