diff options
Diffstat (limited to 'module/dialog.m')
| -rw-r--r-- | module/dialog.m | 9 |
1 files changed, 9 insertions, 0 deletions
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; +}; |
