r3drmwto
real/widget/r3drmwto.h
r3wid
Main window drop tool
r3Droptargetwindowdroptool
R3CLID_DROPTARGETWINDOWDROPTOOL
r3Mainwindowdroptool
R3CLID_MAINWINDOWDROPTOOL - 1242
int R3RegisterMainWindowDropToolClass(R3APP *app);
R3MAINWDTCM_REGISTERSAVEWIND
REGISTERSAVEWIND
R3MAINWDTCM_REGISTERSAVEWIND
R3CLID, class id of the save window class
R3INT, savecallback method to use when notifying the save window class about saving the main window
R3INT, closecallback method to use when notifying the save window class about closing down * The callback method in p2 will be called * R3SendClassMsgA2(classid, savecallback, parent, file); * The callback method in p3 will be called * R3SendClassMsgA(classid, closecallback, parent);
obj.REGISTERSAVEWIND(p1, p2, p3);
registers a class that should be notified when saving the main window