TestAppShell

Inheritance:

Methods of TestAppShell:

Methods of AppShell:

Methods of DirectObject:

__init__
def __init__(self, parent=None, **kw)

Undocumented function.

createButtons
def createButtons(self)

Undocumented function.

createInterface
def createInterface(self)

Undocumented function.

createMain
def createMain(self)

Undocumented function.

__createAboutBox
def __createAboutBox(self)

Undocumented function.

__createBalloon
def __createBalloon(self)

Undocumented function.

__createCommandArea
def __createCommandArea(self)

Undocumented function.

__createDataArea
def __createDataArea(self)

Undocumented function.

__createInterface
def __createInterface(self)

Undocumented function.

__createMenuBar
def __createMenuBar(self)

Undocumented function.

__createMessageBar
def __createMessageBar(self)

Undocumented function.

__init__
def __init__(self, parent=None, **kw)

Undocumented function.

addVariable
def addVariable(self, category, text, variable)

Undocumented function.

addWidget
def addWidget(self, category, text, widget)

Undocumented function.

alignbuttons
def alignbuttons(self)

Make all buttons wide as widest

appInit
def appInit(self)

Undocumented function.

balloon
def balloon(self)

Undocumented function.

bind
def bind(self, child, balloonHelpMsg, statusHelpMsg=None)

Undocumented function.

buttonAdd
def buttonAdd(self, buttonName, helpMessage=None, statusMessage=None, **kw)

Undocumented function.

buttonBox
def buttonBox(self)

Undocumented function.

createInterface
def createInterface(self)

Undocumented function.

createMenuBar
def createMenuBar(self)

Undocumented function.

createWidget
def createWidget(self, parent, category, text, widgetClass, help, command, side, fill, expand, kw)

Undocumented function.

getVariable
def getVariable(self, category, text)

Undocumented function.

getWidget
def getWidget(self, category, text)

Undocumented function.

interior
def interior(self)

Undocumented function.

messageBar
def messageBar(self)

Undocumented function.

newCreateButton
def newCreateButton(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw)

createButton(parent, category, text, [options])

newCreateCheckbutton
def newCreateCheckbutton(self, parent, category, text, help='', command=None, initialState=0, anchor=W, side=LEFT, fill=X, expand=0, **kw)

createCheckbutton(parent, category, text, [options])

newCreateColorEntry
def newCreateColorEntry(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw)

Undocumented function.

newCreateComboBox
def newCreateComboBox(self, parent, category, text, help='', command=None, items=[], state=DISABLED, history=0, labelpos=W, label_anchor=W, label_width=16, entry_width=16, side=LEFT, fill=X, expand=0, **kw)

Undocumented function.

newCreateDial
def newCreateDial(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw)

Undocumented function.

newCreateEntryScale
def newCreateEntryScale(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw)

Undocumented function.

newCreateFloater
def newCreateFloater(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw)

Undocumented function.

newCreateLabeledEntry
def newCreateLabeledEntry(self, parent, category, text, help='', command=None, value='', width=12, relief=SUNKEN, side=LEFT, fill=X, expand=0)

createLabeledEntry(parent, category, text, [options])

newCreateOptionMenu
def newCreateOptionMenu(self, parent, category, text, help='', command=None, items=[], labelpos=W, label_anchor=W, label_width=16, menu_tearoff=1, side=LEFT, fill=X, expand=0, **kw)

Undocumented function.

newCreateRadiobutton
def newCreateRadiobutton(self, parent, category, text, variable, value, command=None, help='', anchor=W, side=LEFT, fill=X, expand=0, **kw)

createRadiobutton(parent, category, text, variable, value, [options])

newCreateSider
def newCreateSider(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw)

Undocumented function.

newCreateVector2Entry
def newCreateVector2Entry(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw)

Undocumented function.

newCreateVector3Entry
def newCreateVector3Entry(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw)

Undocumented function.

onDestroy
def onDestroy(self, event)

Undocumented function.

quit
def quit(self)

Undocumented function.

showAbout
def showAbout(self)

Undocumented function.

toggleBalloon
def toggleBalloon(self)

Undocumented function.

transformRGB
def transformRGB(self, rgb, max=1.0)

Undocumented function.

updateProgress
def updateProgress(self, newValue=0, newMax=0)

Undocumented function.

__init__
def __init__(self)

Undocumented function.

accept
def accept(self, event, method, extraArgs=[])

Undocumented function.

acceptOnce
def acceptOnce(self, event, method, extraArgs=[])

Undocumented function.

ignore
def ignore(self, event)

Undocumented function.

ignoreAll
def ignoreAll(self)

Undocumented function.

isAccepting
def isAccepting(self, event)

Undocumented function.

isIgnoring
def isIgnoring(self, event)

Undocumented function.