shithub: purgatorio

ref: 6b84c3a6548f1c577948763b0a09a7b6e2460e04
dir: purgatorio/module/selectfile.m

View raw version
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);
};