r3drmwto

r3drmwto

Class

real/widget/r3drmwto.h

Library

r3wid

Description:

Main window drop tool

See Also

real/widget/r3drdwto.h

Super Class

r3Droptargetwindowdroptool

R3CLID_DROPTARGETWINDOWDROPTOOL

JavaScript

r3Mainwindowdroptool

Class Identifier

R3CLID_MAINWINDOWDROPTOOL - 1242

Methods

REGISTERSAVEWIND,

Attributes

Registration

int R3RegisterMainWindowDropToolClass(R3APP *app);

R3MAINWDTCM_REGISTERSAVEWIND

Method

REGISTERSAVEWIND

Identifier

R3MAINWDTCM_REGISTERSAVEWIND

Param 1:

R3CLID, class id of the save window class

Param 2:

R3INT, savecallback method to use when notifying the save window class about saving the main window

Param 3:

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);

JavaScript

obj.REGISTERSAVEWIND(p1, p2, p3);

Description

registers a class that should be notified when saving the main window