NAME Create()void = Create(AFWindow* pwindow, AFRect *rect, ULONG id, UBYTE penDone, UBYTE PenToGo)
DESCRIPTION Create the 3DStatus bar with size and coordinates specified in rect. Initialize percent done and percent to go with penDone and PenToGO
INPUTS pwindow - pointer to window to receive the status bar rect - AFRect struct which shows size and position of status bar id - gadget id penDone - percentage of done status PenToGo - percentage of to go status
NOTE penDone and PenToGo percentages should (in all reality) equal 100% ;)
RESULT none
BUGS none known
SEE ALSO AFWindow AFRect