MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-578911.py

File recipe-578911.py

recipes/Python/578911_Accordion_Widget_Tkinter/recipe-578911.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'''The Accordion widget inherits from Tkinter's Frame class and provides stacked
2expandable and collapseable containers for displaying other widgets.
3
4Compliant with Python 2.5-2.7

Callers

nothing calls this directly

Calls 10

LabelClass · 0.90
EntryClass · 0.90
ButtonClass · 0.90
append_chordsMethod · 0.80
mainloopMethod · 0.80
AccordionClass · 0.70
ChordClass · 0.70
TkClass · 0.50
TextClass · 0.50
packMethod · 0.45

Tested by

no test coverage detected