Contents page

Index

Create


AFImageButton/Create

  NAME Create()

void = Create(AFWindow *pwindow, AFRect* rect, ULONG id, LPImage image, LPImage select, LPImage disabled);

void = Create(AFWindow *pwindow, AFRect* rect, ULONG id, LPImage image, LPImage select);

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

INPUTS pwindow - pointer to an AFWindow rect - pointer to an AFRect object for gadget placement id - gadget id image - render image select - select image disabled - disabled image

RESULT none

BUGS none known

SEE ALSO AFWindow AFRect LPImage