ScrolledText.frame The frame which surrounds the text and scroll bar widgets.
class tkinter.Tk(screenName=None, baseName=None, className='Tk', useTk=1) The Tk class is instantiated without
index(item) Returns the integer index of item within its parent’s list of children.
stop() Stop autoincrement mode: cancels any recurring timer event initiated by Progressbar.start() for this progress
instate(statespec, callback=None, *args, **kw) Test the widget’s state. If a callback is not specified, returns True
element_options(elementname) Returns the list of elementname‘s options.
Source code: Lib/idlelib/
state(statespec=None) Modify or inquire widget state. If statespec is specified, sets the widget state according to
class tkinter.tix.Tree The
detach(*items) Unlinks all of the specified items from the tree. The items and all
Page 1 of 12