From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/dialog.m | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 module/dialog.m (limited to 'module/dialog.m') diff --git a/module/dialog.m b/module/dialog.m new file mode 100644 index 00000000..befbaf8e --- /dev/null +++ b/module/dialog.m @@ -0,0 +1,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; +}; -- cgit v1.2.3