20.2 Controlsactions Interface

ORIGIN 'controls';
INCLUDE 'guienvactions';
(*
 * COPYRIGHT
 *       Copyright (C) Mjolner Informatics, 1991-96
 *       All rights reserved.
 *)
-- scrollbarLib: attributes --
thumbMovedAction: action
  (# eventType::< theEventhandler.thumbMoved
  do INNER 
  #);
pageDownAction: action
  (# eventType::< theEventhandler.pageDown
  do INNER 
  #);
pageUpAction: action
  (# eventType::< theEventhandler.pageUp
  do INNER 
  #);
buttonDownAction: action
  (# eventType::< theEventhandler.buttonDown
  do INNER 
  #);
buttonUpAction: action
  (# eventType::< theEventhandler.buttonUp
  do INNER 
  #);
pageScrollAmountChangedAction: action
  (# eventType::< theEventhandler.pageScrollAmountChanged
  do INNER 
  #);
scrollAmountChangedAction: action
  (# eventType::< theEventhandler.scrollAmountChanged
  do INNER 
  #);
maxValueChangedAction: action
  (# eventType::< theEventhandler.maxValueChanged
  do INNER 
  #);
valueChangedAction: action
  (# eventType::< theEventhandler.valueChanged
  do INNER 
  #);

-- buttonLib: attributes --
labelChangedAction: action
  (# eventType::< theEventhandler.labelChanged
  do INNER; 
  #);
styleChangedAction: action
  (# eventType::< theEventhandler.styleChanged
  do INNER 
  #);

-- iconButtonLib: attributes --
showLabelChangedAction: action
  (# eventType::< theEventhandler.showLabelChanged;
  do INNER 
  #);
iconChangedAction: action
  (# eventType::< theEventhandler.iconChanged
  do INNER;
  #);

-- optionButtonLib: attributes --
currentItemChangedAction: action
  (# eventType::< theEventhandler.currentItemChanged
  do INNER 
  #);
popUpMenuChangedAction: action
  (# eventType::< theEventhandler.popUpMenuChanged;
  do INNER 
  #);

-- toggleButtonLib: attributes --
stateChangedAction: action
  (# eventType::< theEventhandler.stateChanged;
  do INNER
  #)


20.2 Controlsactions Interface
© 1994-2004 Mjølner Informatics
[Modified: Monday May 20th 1996 at 17:18]