ref: 05cddab34908fa12e5a3968db92fde752b1d3cfe
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; };