ref: 254b07675e1a5348f2a8723f55e6b5b1b18a4721
dir: /module/dialog.m/
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;
};