Contents | Index | < Browse | Browse >

  GRAPHICS :

  Graphics are treated like events, with the only difference that
  no commands can be attached to them, since graphics can not be
  selected (like gadgets) so they never happen and so the commands 
  would never be executed.

  However, graphics can be given a  GadID  and you can  SETGAD 
  them (SHOW/HIDE only). Some can also be  Updated 
  
  Graphics that can be updated :

   Text          L T W H Text Length BOX|NOBOX
   Gauge         L T W H IN|OUT BUTTON|RIDGE|ICONDROP APEN BPEN PERCENT
   xTextBox      L T W H Title Text
   Image         L T Alias (update with ChangeImage)

  Simple graphics :

   Graphics     

     BOX      L T W H  IN|OUT
     CTEXT    L T Text FontName size FGpen BGpen UL|BD|IT|EMBOSS|SIZE(mask)
     LINE     L T L T ColorNo
     SQUARE   L T W H ColorNo FILL|NOFILL
     CIRCLE   centerL centerT xradius yradius ColorNo FILL|NOFILL
     ICON     L T IconName (no info)