mpTk is a package of various Tcl/Tk convenience functions.

There is no proper documentation as of yet (too lazy :p).
Take a look at the source and the calling programs for hints on
how to use the functions.

The current version (0.6.15) contains the following:

filesel			A replacement file selector.

choosedir               A directory selection dialog.

inputbox, get_input 	Input boxes.

msgbox			Generic message box with buttons.
errmsg			Error message box.
infomsg			Info message box.
simplemsg		A simple message box without buttons.

listscroll		Listbox with scrollbars.
textscroll		Textbox with scrollbars.

showinfo		Generic info window with titles, values and
			an OK button.

pbar			A simple progress bar.

centerwin		Automatic centering of windows.

waitsock, waitvar,	Networking routines.
writesock
