Contents | Index | < Browse | Browse >

 Gadget Modifiers :
 =======================================================================
 Gadget modifiers are statements that modify the appearance or behaviour
 of various gadgets in some way. They can appear anywhere in the body of
 an event's block of statements, although it is best to put them right
 under the event definition, for clarity. One of the most important of 
 these is ATTR through which many things can be set.

  Attr          AttributeName Value

  GadID         IDNumber (Important!)
  GadHelp       HelpText
  GadFont       FontName  FontSize  MASK(Underline|Bold|Italics)
  GadTitle      ABOVE|BELOW|LEFT|RIGHT
  GadKey        Letter (or #ASCII value)
  GadTxt        LEFT|CENTER|RIGHT
  LVDirHook     HookID

  Local         Variables/var/var...