Tktable is a table widget. Documentation is available here.
In Wize, the Table command is used to create a Tktable, eg:
pack [Table new .t -variable T] set T(0,0) "Hello" set T(0,1) "World"
© 2008 Peter MacDonald