direct.gui.DirectSlider

from direct.gui.DirectSlider import DirectSlider

Defines the DirectSlider class.

See the DirectSlider page in the programming manual for a more in-depth explanation and an example of how to use this class.

Inheritance diagram

Inheritance diagram of direct.gui.DirectSlider

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

Bases: DirectFrame

DirectSlider – a widget which represents a slider that the user can pull left and right to represent a continuous value.

__init__(self, parent=None, **kw)[source]
commandFunc(self)[source]
destroy(self)[source]
getRatio(self)[source]
getValue(self)[source]
setOrientation(self)[source]
setPageSize(self)[source]
setRange(self)[source]
setScrollSize(self)[source]
setValue(self, value)[source]