class tkinter.tix.Tk(screenName=None, baseName=None, className='Tix') Toplevel widget of Tix which represents mostly the main
class tkinter.tix.FileSelectBox The
instate(statespec, callback=None, *args, **kw) Test the widget’s state. If a callback is not specified, returns True
class tkinter.tix.Control The
index(item) Returns the integer index of item within its parent’s list of children.
theme_create(themename, parent=None, settings=None) Create a new theme. It is an error if themename
class tkinter.tix.FileEntry The
class tkinter.tix.Meter The
stop() Stop autoincrement mode: cancels any recurring timer event initiated by Progressbar.start() for this progress
Source code: Lib/idlelib/
Page 1 of 12