Public Attributes | |
canvas | |
horizontalScroll | |
verticalScroll | |
![]() | |
bounds | |
frameStyle | |
guiId | |
guiItem | |
ll | |
stateNodePath | |
ur | |
![]() | |
fInit | |
guiId | |
postInitialiseFuncList | |
Additional Inherited Members | |
![]() | |
tuple | DefDynGroups = ('text', 'geom', 'image') |
![]() | |
float | gridSpacing = 0.05 |
dictionary | guiDict = {} |
tuple | guiEdit = get_config_showbase() |
inactiveInitState = DGG.NORMAL | |
int | snapToGrid = 0 |
DirectScrolledFrame -- a special frame that uses DirectScrollBar to implement a small window (the frameSize) into a potentially much larger virtual canvas (the canvasSize, scrolledFrame.getCanvas()). Unless specified otherwise, scroll bars are automatically created and managed as needed, based on the relative sizes od the frameSize and the canvasSize. You can also set manageScrollBars = 0 and explicitly position and hide or show the scroll bars yourself.
def __init__ | ( | self, | |
parent = None , |
|||
kw | |||
) |
def commandFunc | ( | self | ) |
def destroy | ( | self | ) |
def getCanvas | ( | self | ) |
def setAutoHideScrollBars | ( | self | ) |
def setCanvasSize | ( | self | ) |
def setManageScrollBars | ( | self | ) |
canvas |
horizontalScroll |
verticalScroll |