ORIGIN 'guienv' (* * COPYRIGHT * Copyright (C) Mjolner Informatics, 1991-96 * All rights reserved. *) -- interfaceobjectLib: attributes -- basicEventAction: action (# eventType::< theEventhandler.basicEvent; do INNER #); mouseEventAction: basicEventAction (# eventType::< theEventhandler.mouseEvent; do INNER #); mouseDownAction: mouseEventAction (# eventType::< theEventhandler.mouseDown do INNER #); mouseUpAction: mouseEventAction (# eventType::< theEventhandler.mouseUp; do INNER #); keyEventAction: basicEventAction (# eventType::< theEventhandler.keyEvent; do INNER #); keyDownAction: keyEventAction (# eventType::< theEventhandler.keyDown; do INNER #); refreshAction: basicEventAction (# eventType::< theEventhandler.refresh do INNER #); activateAction: basicEventAction (# eventType::< theEventhandler.activate do INNER #); deactivateAction: basicEventAction (# eventType::< theEventhandler.deactivate do INNER #); -- windowLib: attributes -- aboutToCloseAction: action (# eventType::< theEventhandler.aboutToClose; do INNER; #); -- menuitemLib: attributes -- selectAction: action (# eventType::< theEventhandler.select; do INNER #); -- menuLib: attributes -- selectAction: action (# eventType::< theEventhandler.select; do INNER #); -- windowitemLib: attributes -- visibleChangedAction: action (# eventType::< theEventhandler.visibleChanged do INNER #); frameChangedAction: action (# eventType::< theEventhandler.frameChanged do INNER #); fatherFrameChangedAction: action (# eventType::< theEventhandler.fatherFrameChanged do INNER #); enabledChangedAction: action (# eventType::< theEventhandler.enabledChanged do INNER #); enableTargetAction: action (# eventType::< theEventhandler.enableTarget do INNER #); disableTargetAction: action (# eventType::< theEventhandler.disableTarget do INNER #); borderVisibleChangedAction: action (# eventType::< theEventhandler.borderVisibleChanged; do INNER #); borderStyleChangedAction: action (# eventType::< theEventhandler.borderStyleChanged; do INNER #); theCursorChangedAction: action (# eventType::< theEventhandler.theCursorChanged; do INNER #); hiliteChangedAction: action (# eventType::< theEventhandler.hiliteChanged do INNER #); -- separatorLib: attributes -- styleChangedAction: action (# eventType::< theEventhandler.styleChanged; do INNER #); -- canvasLib: attributes -- childFrameChangedAction: action (# eventType::< theEventhandler.childFrameChanged do INNER #)
20.9 Guienvactions Interface | © 1994-2002 Mjølner Informatics |
[Modified: Friday May 30th 1997 at 12:31]
|