Contents page

Index

Create


AFPanel/Create

  NAME Create()

void = Create(char *text, AFWindow* pwindow, AFRect *rect, ULONG id, int bevel)

DESCRIPTION The Create function creates the Panel gadget at the points supplied by rect

INPUTS text - pointer to text to placed in the panel. If NULL, no text is used. pwindow - pointer to the window to receive the panel rect - size and coordinates of panel id - gadget id of panel bevel - defines border type. See Includes for description

RESULT none

BUGS none known

SEE ALSO AFWindow AFRect