interface binding {
binding(kit*, char* name, int mode = kit::tcl, void* info = 0);
char* name() const;
};
slide: INTERFACE
DESCRIPTION
The procedural interface with Tcl is
handled by so-called binding, defined by a tcl command, a
a handler object, a C/C++ command function.
USAGE
The binding class is used in the widget class and its
derived classes.
LEVEL
Advanced users only.
LIBRARY
hush -- file