Contents | Index | < Browse | Browse >
  Events :

  These are what drives Gui4Cli - they are gadgets, user actions
  etc, which, when triggered, will start the execution of commands.

  xButton        L T W H Title
  xCheckBox      L T W H Title Variable OnText OffText ON|OFF
  xVSlider       L T W H Title Variable Min Max Current ShowStr
  xHSlider       L T W H Title Variable Min Max Current ShowStr
  xTextIn        L T W H Title Variable StartingText Bufflength
  xCycler        L T W H Title Variable
  xRadio         L T W H Variable Spacing
  xArea          L T W H COMP|BOX|NONE
  xPalette       L T W H

  xListview      L T W H Title Variable File|Dir Offset NUM|TXT|MULTI|DIR
  LV Hooks       LVDirHook HookID, LVHook HookID

  xMemu          Menu Item SubItem Shortcut
  xIcon          L T IconName (no .info)
  xAppMenu       AppMenuName Variable ONOFF
  xAppIcon       L T IconName Title Variable ON|OFF
  xAppWindow     Variable

  xPipe          PipeFileName ON|OFF
  xTimer         TIME|SINGLE|REPEAT Time|Interval  ON|OFF
  xNotify        File|Dir ON|OFF
  xHotKey        KeyCombination ON|OFF

  xRoutine       RoutineName
  xOnKey         Letter|#KeyValue
  xOnReturn      LaunchID
  xOnJump        Variable
  System Events  xOnLoad, xOnOpen, xOnClose, xOnQuit
  Other Events   xOnActive, xOnFail, xOnDiskIn etc..