summaryrefslogtreecommitdiff
path: root/module/selectfile.m
blob: 9cb400c756d6ce1fc2e2920367306ebe14e0672b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Selectfile: module
{
	PATH:	con "/dis/lib/selectfile.dis";

	init:	fn(): string;
	filename:	fn(ctxt: ref Draw->Context, parent: ref Draw->Image,
				title: string,
				pat: list of string,
				dir: string): string;
#	select: fn(top: ref Tk->Toplevel, w: string,
#			root, dir: string,
#			pats: list of string, action: string): chan of (int, string);
};