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