Charts
- ChartGrid: grid that can be displayed on canvas
- BarChart: Barchart that can be drawn on a canvas
- CanvasObject: grid that can be displayed on canvas
- LineChartDialog: Dialog with a linechart and some controls to change its display
- LineChart: linechart class that can be drawn on a canvas
- BarChartDialog: Dialog presenting a barchart and several options for its display
Common tools
- Balloon: help pops up when staying over a widget
- Help: Help widget
- DefaultMenu: button with menu to select from user definable defaults
- Default: class (not a widget) used by the default mechanismDefault
- CmdWidget: Tcl command line widget
- DynaMenu: Class used to easily create menus, that can be easily changed, and handle key-shortcuts
- DragDrop: class for handling drag and drop to and from widgets
- DynaTool: Toolbar widget: nice little buttons in a row
Dialogs
New widgets
- OptionMenu: select between different values using a menu
- NoteBook: several sheets to be selected by clicking on tabs
- Tree: a tree that can be drawn on a canvas
- TreeWidget: a tree widget
- Table: a Table ...
- Progress: show progress of some process
- HTML: displays HTML
- OptionBox: select between different values
- Editor: reasonably advanced text editor in a widget
- Browser: generic browser widget
- Paned: control the size of another widget
- Fold: foldable frame
- MultiFrame: placeholder for several frames
- TkTable: a Table based on TkTable
- TableEditor: table editor in a widget
Printer
Selectors
Tk improvements
- Entry: entry with label, constraints, command, defaultmenu
- NumEntry: Classy::Entry limited to numbers, and with up and down buttons
- FileEntry: Classy::Entry with file browse button
- Text: text widget with undo/redo and linking (~multiple views)
- ListBox: listbox with auto scroll bars, and other extras
- ScrolledFrame: frame with auto scroll bars
- AutoScrollbar: Classy::Entry limited to numbers, and with up and down buttons
- Canvas: Canvas with zoom, undo/redo, rotate,save and load, group, print
- Message: slightly improved message widget
- ScrolledText: ClassyTk Text with auto scroll bars
- Toplevel: toplevel with geometry management and destroy command
- ListTable: ListTable with auto scroll bars, and other extras
- RepeatButton: holding the button repeatidly executes it command
- MultiListbox: listbox with more than one line long entries