ntkWidget is an implementation of widgets similar to the existing Tk widgets (label, frame button, text, entry ...) which is based on the [megapkg][ntk] and [freetypeext] packages written by [GPS]. The idea is to have images as te base of all widgets and parts thereof. The implementation is done with an extended version of [incr Tcl] [itcl-ng]. Nevertheless it should be possible to use "normal" proc functionality of Tcl to use that package and to build for example megawidgets or GUIs. The current commands are: * [ntk frame] * [ntk label] * [ntk button] * [ntk entry] * [ntk toplevel] * [ntk window] * [ntk render] * [ntk grid] * [ntk gridManager] * [ntk theme] * [ntk scrollbar] * [ntk listbox] These are mostly implemented. Additonal commands will be: * [ntk text] * [ntk clock] * [ntk pack] * [ntk place] * [ntk menu] * [ntk combobox] * ... The commands are implemented in the ::ntk namespace as ntk namespace ensemble commands, so at least Tcl8.5b1 and Itcl 4.0 are necessary. --- [{ [Category package] | [Category GUI] | [Category Graphics] ]]