Unit 'gadtools' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tNewGadget

Declaration

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;


Documentation generated on: 2021-07-30