icon = NewDiskObject(type)
D0 D0
struct DiskObject * NewDiskObject(LONG type);
This function is used to create an "empty" DiskObject structure, which has no image data associated with it. Still, all the necessary structures are in place, you just have to fill them in.
The DiskObject returned by this function will have a zero width and height Image in the do_Gadget.GadgetRender member and the do_Gadget.Width/do_Gadget.Height members will both be 0, too.
dos.library/IoErr(), <workbench/icon.h>, <workbench/workbench.h>