ref: 6b84c3a6548f1c577948763b0a09a7b6e2460e04
dir: /module/tabs.m/
Tabs: module
{
PATH: con "/dis/lib/tabs.dis";
init: fn();
mktabs: fn(t: ref Tk->Toplevel, dot: string,
tabs: array of (string, string),
dflt: int): chan of string;
tabsctl: fn(t: ref Tk->Toplevel,
dot: string,
tabs: array of (string, string),
id: int,
s: string): int;
};