__init__ def __init__(self, parent=None, **kw) Undocumented function. |
__onPress def __onPress(self, event) Undocumented function. |
__onRelease def __onRelease(self, event) Undocumented function. |
_entryCommand def _entryCommand(self, event=None) Undocumented function. |
_scaleCommand def _scaleCommand(self, strVal) Undocumented function. |
_setSigDigits def _setSigDigits(self) Undocumented function. |
_updateLabelText def _updateLabelText(self) Undocumented function. |
_updateValidate def _updateValidate(self) Undocumented function. |
askForLabel def askForLabel(self, event=None) Undocumented function. |
askForMax def askForMax(self, event=None) Undocumented function. |
askForMin def askForMin(self, event=None) Undocumented function. |
askForResolution def askForResolution(self, event=None) Undocumented function. |
entry def entry(self) Undocumented function. |
get def get(self) Undocumented function. |
label def label(self) Undocumented function. |
onPress def onPress(self, *args) User redefinable callback executed on button press |
onRelease def onRelease(self, *args) User redefinable callback executed on button release |
onReturn def onReturn(self, *args) User redefinable callback executed on <Return> in entry |
onReturnRelease def onReturnRelease(self, *args) User redefinable callback executed on <Return> release in entry |
scale def scale(self) Undocumented function. |
set def set(self, newVal, fCommand=1) Undocumented function. |
setMax def setMax(self, newMax) Undocumented function. |
setMin def setMin(self, newMin) Undocumented function. |
setResolution def setResolution(self, newResolution) Undocumented function. |