A list of all commands that offer some [introspection]. ---- '''Tcl Introspection''' * [after] - [after info] * [array] - [array exists], [array get], [array names], [array size] * [encoding] - [encoding names], [encoding system] * [eof] * [fblocked] * [file] * [info] - ''all of them'' * [interp] - [interp alias], [interp aliases], [interp slaves], [interp target] * [memory] * [namespace] - [namespace children], [namespace origin], [namespace which] * [package] - [package names], [package present], [package provide], [package versions] * [parray] * [pid] * [puts] * [pwd] * [registry] * [tell] * [trace] * [uplevel] * [upvar] ---- '''Tk Introspection''' * [bind] * [bindtags] * [clipboard] - [clipboard get] * [event] - [event info] * [focus] * [font] - [font actual], [font configure], [font measure], [font metrics], [font names] * [grab] - [grab current], [grab status] * [grid] - [grid bbox], [grid columnconfigure], [grid info], [grid location], [grid propagate], [grid rowconfigure], [grid size], [grid slaves] * [image] - [image height], [image inuse], [image names], [image type]. [image types], [image width] * [pack] - [pack info]. [pack propagate], [pack slaves] * [place] - [place info], [place slaves] * [selection] - [selection get], [selection own] * [tk] - [tk appname], [tk caret window]. [tk scaling], [tk useinputmethods], [tk windowingsystem] * [winfo] - ''all of them'' * [wm] - ''all of them'' ---- [Category Introspection]