summaryrefslogtreecommitdiff
path: root/module/dialog.m
blob: befbaf8ed6873f33ef16d5bd9f743ee6c9cb8f48 (plain)
1
2
3
4
5
6
7
8
9
Dialog: module
{
	PATH:		con "/dis/lib/dialog.dis";
	init:		fn(): string;

	prompt:		fn(ctxt: ref Draw->Context, parent: ref Draw->Image, ico, title, msg: string,
				dflt: int, labs: list of string): int;
	getstring:	fn(ctxt: ref Draw->Context, parent: ref Draw->Image, msg: string): string;
};