Source position: gadtools.pas line 114
type tNewGadget = record |
ng_LeftEdge: SmallInt; |
ng_TopEdge: SmallInt; |
ng_Width: SmallInt; |
ng_Height: SmallInt; |
ng_GadgetText: PChar; |
ng_TextAttr: pTextAttr; |
ng_GadgetID: Word; |
ng_Flags: LongWord; |
ng_VisualInfo: Pointer; |
ng_UserData: Pointer; |
end; |