<> <> <> <> DIRECTORY Rope USING [ROPE]; PopUpSelection: CEDAR DEFINITIONS = BEGIN <> Request: PROC [ header: Rope.ROPE _ NIL, choice: LIST OF Rope.ROPE, headerDoc: Rope.ROPE _ NIL, choiceDoc: LIST OF Rope.ROPE _ NIL, default: NAT _ 0, timeOut: NAT _ 0, position: REF _ NIL ] RETURNS [INT]; <> <> << 0 if selected outside menu or on header-line>> << -1 if timed out>> <> <> <> <> <> <> <> <> <> <<>> END.