Source position: intuition.pas line 264
type tExtGadget = record |
NextGadget: pExtGadget; |
LeftEdge: SmallInt; |
TopEdge: SmallInt; |
Width: SmallInt; |
Height: SmallInt; |
Flags: Word; |
Activation: Word; |
GadgetType: Word; |
GadgetRender: Pointer; |
SelectRender: Pointer; |
GadgetText: pIntuiText; |
MutualExclude: LongInt; |
SpecialInfo: Pointer; |
GadgetID: Word; |
UserData: Pointer; |
MoreFlags: ULONG; |
BoundsLeftEdge: SmallInt; |
BoundsTopEdge: SmallInt; |
BoundsWidth: SmallInt; |
BoundsHeight: SmallInt; |
end; |