direct.tkwidgets.EntryScale

from direct.tkwidgets.EntryScale import EntryScale, EntryScaleGroup, rgbPanel

EntryScale Class: Scale with a label, and a linked and validated entry

Inheritance diagram

Inheritance diagram of direct.tkwidgets.EntryScale

class EntryScale(parent=None, **kw)[source]

Bases: MegaWidget

Scale with linked and validated entry

__init__(parent=None, **kw)[source]
askForLabel(event=None)[source]
askForMax(event=None)[source]
askForMin(event=None)[source]
askForResolution(event=None)[source]
get()[source]
onPress(*args)[source]

User redefinable callback executed on button press

onRelease(*args)[source]

User redefinable callback executed on button release

onReturn(*args)[source]

User redefinable callback executed on <Return> in entry

onReturnRelease(*args)[source]

User redefinable callback executed on <Return> release in entry

set(newVal, fCommand=1)[source]
setMax(newMax)[source]
setMin(newMin)[source]
setResolution(newResolution)[source]
class EntryScaleGroup(parent=None, **kw)[source]

Bases: MegaToplevel

__init__(parent=None, **kw)[source]
get()[source]
getAt(index)[source]
onPress(*args)[source]

User redefinable callback executed on button press

onRelease(*args)[source]

User redefinable callback executed on button release

onReturn(*args)[source]

User redefinable callback executed on button press

onReturnRelease(*args)[source]

User redefinable callback executed on button press

reset()[source]
set(value, fCommand=1)[source]
setAt(index, value)[source]
toggleBalloon()[source]
rgbPanel(nodePath, callback=None)[source]