direct.gui.DirectScrollBar
from direct.gui.DirectScrollBar import DirectScrollBar
Defines the DirectScrollBar class.
See the DirectScrollBar page in the programming manual for a more in-depth explanation and an example of how to use this class.
Inheritance diagram
- class DirectScrollBar(parent=None, **kw)[source]
Bases:
DirectFrame
DirectScrollBar – a widget which represents a scroll bar the user can use for paging through a large document or panel.
- scrollPage(self, pageCount)[source]
Scrolls the indicated number of pages forward. If pageCount is negative, scrolls backward.