SoTransformBoxDragger - a subclass of SoDragger - is an example of a class using callback lists and its use demonstrated by 15_3_AttachManip.py and and the ``better style'' 15_3iv_AttachManip.py. Callback functions in a callback list are called sequentially from the front to the back of the list.
Usage examples are:
myDragger.addStartCallback(dragStartCallback, wrapperMaterial)
myDragger.addStartCallback(dragStartCallback, None)
myDragger.removeStartCallback(dragStartCallback, wrapperMaterial)