Contents page

Create


AFButton/Create()

  void =  Create(char *text, AFWindow *pwindow, AFRect *rect, ULONG gadid)

DESCRIPTION This member is used to create a basic box style gadget (shine and shadow will be taken care of)

INPUTS text - text to be placed into gadget pwindow - pointer to window to which gadget will be attached rect - AFRect struct which is used to determine size and position gadid - gadget id

RESULT none

BUGS none known

SEE ALSO AFWindow AFRect