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__(parent=None, **kw)[source]
commandFunc()[source]
destroy()[source]
getRatio()[source]
getValue()[source]
setOrientation()[source]
setPageSize()[source]
setRange()[source]
setScrollSize()[source]
setValue(value)[source]