home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3guiwin.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3GUIWIN_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_GUIEDITWINDOW = 1214;
-
-
-
-
- // Description: Class method. Registers a gadget class for a droppable manager object.
- // Returns: Boolean, true if succeeded.
- // p1: Integer, class id of the droppable object
- // p3: Integer, class id of the gadget
-
- R3GUIEDITWCM_REGISTERMANAGER = 1214000;
-
- function mR3GUIEDITWCM_REGISTERMANAGER(p1, p3) {
- return DoA2(this.r3obj, 1214000, p1, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
- // Description: Class method. Registers a gadget class for a droppable object.
- // Returns: Boolean, true if succeeded.
- // p1: Integer, class id of the droppable object
- // p3: Integer, class id of the gadget
-
- R3GUIEDITWCM_REGISTERGADGETC = 1214001;
-
- function mR3GUIEDITWCM_REGISTERGADGETC(p1, p3) {
- return DoA2(this.r3obj, 1214001, p1, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
- // Description: Internal use
-
- R3GUIEDITWM_SETNAME = 1214002;
-
- function mR3GUIEDITWM_SETNAME() {
- DoA(this.r3obj, 1214002, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3GUIEDITWA_GuiModel = 1214500;
- function GetR3GUIEDITWA_GuiModel() {
- return R3ToJS(R3Get(this.r3obj, R3GUIEDITWA_GuiModel, R3TID_OBJECT, 0));
- }
-
-
-
- function r3Guieditwindow () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_GUIEDITWINDOW, arguments);
- }
- // Methods
- this.REGISTERMANAGER=mR3GUIEDITWCM_REGISTERMANAGER;
- this.REGISTERGADGETC=mR3GUIEDITWCM_REGISTERGADGETC;
- this.SETNAME=mR3GUIEDITWM_SETNAME;
-
- // Attributes
- this.GetGuiModel=GetR3GUIEDITWA_GuiModel;
- }
-
- r3Guieditwindow.prototype=new r3Window;
- // r3guiwin.h_H