home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3string.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_STRING_H = 1;
- include("oops/r3osgdgt.js")
-
-
- var R3CLID_STRING = 27;
-
-
-
-
- R3GSA_String = 27500;
- function SetR3GSA_String(value) {
- R3Set(this.r3obj, R3GSA_String, value, R3TID_STRING, 0);
- }
-
- function GetR3GSA_String() {
- return R3Get(this.r3obj, R3GSA_String, R3TID_STRING, 0);
- }
-
- R3GSA_MaxChars = 27501;
- function SetR3GSA_MaxChars(value) {
- R3Set(this.r3obj, R3GSA_MaxChars, value, R3TID_INTEGER, 0);
- }
-
- function GetR3GSA_MaxChars() {
- return R3Get(this.r3obj, R3GSA_MaxChars, R3TID_INTEGER, 0);
- }
-
- R3GSA_Columns = 27502;
- function SetR3GSA_Columns(value) {
- R3Set(this.r3obj, R3GSA_Columns, value, R3TID_INTEGER, 0);
- }
-
- function GetR3GSA_Columns() {
- return R3Get(this.r3obj, R3GSA_Columns, R3TID_INTEGER, 0);
- }
-
- var R3GSA_ReadOnly = 27503; // Boolean
-
-
- function r3String () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_STRING, arguments);
- }
- // Attributes
- this.GetString=GetR3GSA_String;
- this.SetString=SetR3GSA_String;
- this.GetMaxChars=GetR3GSA_MaxChars;
- this.SetMaxChars=SetR3GSA_MaxChars;
- this.GetColumns=GetR3GSA_Columns;
- this.SetColumns=SetR3GSA_Columns;
- }
-
- r3String.prototype=new r3Osgadget;
- // r3string.h_H