ref: 4a1fc5ccb596a0f88f465b81a638f0068e82f0b9
dir: /module/cvsimages.m/
Cvsimages: module { PATH: con "/dis/lib/cvsimages.dis"; init: fn(); Cvsimage: adt { new: fn(win: ref Tk->Toplevel, w: string): ref Cvsimage; fix: fn(ci: self ref Cvsimage); config: fn(ci: self ref Cvsimage): int; image: ref Draw->Image; win: ref Tk->Toplevel; w: string; r: Draw->Rect; }; };