ref: 7ae7351ace73a70cbbaf5a2da016005485d0d43b
dir: /appl/ebook/table.m/
Table: module { PATH: con "/dis/ebook/table.dis"; Cell: adt { w: string; span: Draw->Point; sizereq: Draw->Point; }; init: fn(); newcell: fn(w: string, span: Draw->Point): ref Cell; layout: fn(cells: array of array of ref Cell, win: ref Tk->Toplevel, w: string); };