MCPcopy Create free account
hub / github.com/ActiveState/code / Button

Class Button

recipes/Python/577635_Directory_Pruner_3/recipe-577635.py:1524–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1522class Tk(_ThreadSafe): BASE = tkinter.Tk
1523class Frame(_ThreadSafe): BASE = tkinter.ttk.Frame
1524class Button(_ThreadSafe): BASE = tkinter.ttk.Button
1525class Entry(_ThreadSafe): BASE = tkinter.ttk.Entry
1526class Progressbar(_ThreadSafe): BASE = tkinter.ttk.Progressbar
1527class Treeview(_ThreadSafe): BASE = tkinter.ttk.Treeview

Callers 15

recipe-578253.pyFile · 0.50
recipe-572175.pyFile · 0.50
testFunction · 0.50
convertFunction · 0.50
recipe-577886.pyFile · 0.50
mainFunction · 0.50
create_widgetsMethod · 0.50
__init__Method · 0.50
recipe-578026.pyFile · 0.50
__init__Method · 0.50
recipe-577271.pyFile · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected