Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TBoolInfo

Boolgadget informations PBoolInfo

Declaration

Source position: intuition.pas line 348

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: 2021-07-30