Boolgadget informations PBoolInfo
Source position: intuition.pas line 501
type tBoolInfo = record |
||
Flags: Word; |
|
Flags for BoolGadget BOOLMASK |
Mask: Pointer; |
|
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; |