INTERFACEAn implementation of the built-inJunoUIImpl ;
JunoUI
module, which provides
information to the Juno program about the state of the application user
interface.
IMPORT View, JunoScope, Atom; VAR (*CONST*) ModSym, DragSym: Atom.T; PROCEDURE New(rt: View.Root): JunoScope.Mod;
Return the module entity; requires thatrt
be the root of the Juno application. The resulting entity also binds the name in the global variableDragSym
to an external procedure for dragging.
END JunoUIImpl.