Source position: intuition.pas line 161
type TExtGadget = record |
NextGadget: PExtGadget; |
LeftEdge: SmallInt; |
TopEdge: SmallInt; |
Width: SmallInt; |
Height: SmallInt; |
Flags: Word; |
Activation: Word; |
GadgetType: Word; |
GadgetRender: APTR; |
SelectRender: APTR; |
GadgetText: PIntuiText; |
MutualExclude: LongInt; |
SpecialInfo: APTR; |
GadgetID: Word; |
UserData: APTR; |
MoreFlags: LongWord; |
BoundsLeftEdge: SmallInt; |
BoundsTopEdge: SmallInt; |
BoundsWidth: SmallInt; |
BoundsHeight: SmallInt; |
end; |