NAME Create(AFAmigaApp *theApp, AFRect *rect, ULONG id, LPMsgPort appmsgport);
Create(AFAmigaApp *theApp, AFRect *rect, ULONG id);
DESCRIPTION
This function creates the AFWindow and adds the AppWindow to the system
INPUTS
theApp - AFAmigaApp pointer
rect - coordinates and size of window
id - AppWindow ID
appmsgport - LPMsgPort (struct MsgPort*) which would allow you to personally handle
all messages from the window.
RESULT
none
BUGS
none known
SEE ALSO