# Authors This file contains a list of all the authors of widgets in this repository. Please note that this list only mentions the original creators of the widgets, and the widgets may have been edited and/or improved or otherwise modified by other authors. - [RedFantom](https://www.github.com/RedFantom) * `ScrolledFrame`, based on an Unpythonic [idea](http://tkinter.unpythonic.net/wiki/VerticalScrolledFrame) * `ToggledFrame`, based on an idea by [Onlyjus](http://stackoverflow.com/questions/13141259/expandable-and-contracting-frame-in-tkinter) * `LinkLabel`, based on an idea by [Nelson Brochado](https://www.github.com/nbro) * `ScrolledListbox` * `FontChooser`, based on an idea by [Nelson Brochado](https://www.github.com/nbro) * `FontSelectFrame` * `Tooltip` * `ItemsCanvas` * `TimeLine` * `hook.py` and `tooltips.py` modules - The Python Team * `Calendar`, found [here](http://svn.python.org/projects/sandbox/trunk/ttk-gsoc/samples/ttkcalendar.py) - Mitja Martini * `AutocompleteEntry`, found [here](https://mail.python.org/pipermail/tkinter-discuss/2012-January/003041.html) - Russell Adams * `AutocompleteCombobox`, found [here](https://mail.python.org/pipermail/tkinter-discuss/2012-January/003041.html) - [Juliette Monsel](https://www.github.com/j4321) * `CheckboxTreeview` * `Table` * `TickScale` * `AutoHideScrollbar` based on an idea by [Fredrik Lundh](effbot.org/zone/tkinter-autoscrollbar.htm) * All color widgets: `askcolor`, `ColorPicker`, `GradientBar` and `ColorSquare`, `LimitVar`, `Spinbox`, `AlphaBar` and supporting functions in `functions.py`. * `AutocompleteEntryListbox` - [Simon Bordeyne](https://github.com/Dogeek) * `validated_entries` submodule - Multiple authors: * `ScaleEntry` (RedFantom and Juliette Monsel) - [rdbende](https://github.com/rdbende) - [Bart Broere](https://github.com/bartbroere) * PR #86 - [Ryan Baker](https://github.com/ryanbaekr) * PR #96: `check_all` and `uncheck_all` for `CheckboxTreeview` - [Fredy Ramirez](https://github.com/formateli) * PR #59: Example runner (`examples/run.py`) - [jnhyperion](https://github.com/jnhyperion) * PR #31