AppShell

Inheritance:

Methods of AppShell:

__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)

Undocumented function.

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)

Undocumented function.

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

Undocumented function.

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)

Undocumented function.

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)

Undocumented function.

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.