[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TBoolInfo

Boolgadget informations PBoolInfo

Declaration

Source position: intuition.pas line 320

type TBoolInfo = record

  Flags: Word;

  

Flags for BoolGadget BOOLMASK

  Mask: PWord;

  

Bit mask for highlighting and selecting mask must follow the same rules as an Image plane. It's width and height are determined by the width and height of the gadget's select box. (i.e. TGadget.Width and TGadget.Height).

  Reserved: LongWord;

  

Set to 0

end;


Documentation generated on: 2017-01-10