A list of all commands that offer some [introspection]. ---- '''Tcl Introspection''' * [after] - [after info] * [array] - [array exists], [array get], [array names], [array size] * [encoding] * [eof] * [fblocked] * [file] * [info] * [interp] * [memory] * [namespace] * [package] * [parray] * [pid] * [puts] * [pwd] * [registry] * [tell] * [trace] * [uplevel] * [upvar] ---- '''Tk Introspection''' * [bind] * [bindtags] * [clipboard] * [event] * [focus] * [font] * [grab] * [grid] * [image] * [pack] * [place] * [selection] * [tk] * [winfo] * [wm] ---- [Category Introspection]