ref: c0a28bad03c29788d9fc18b5ab56c13a6222bf7d
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); };