blob: c1b66fe1ebfcfc2395678ada17bb14fd3fc89111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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;
};
|