[Fxruby-commits] CVS: FXRuby/ext/fox dialogs_wrap.cpp,1.34,1.34.2.1 icons_wrap.cpp,1.37,1.37.2.1 ima
Status: Inactive
Brought to you by:
lyle
Update of /cvsroot/fxruby/FXRuby/ext/fox In directory usw-pr-cvs1:/tmp/cvs-serv9750 Modified Files: Tag: release10 dialogs_wrap.cpp icons_wrap.cpp image_wrap.cpp layout_wrap.cpp mdi_wrap.cpp opengl_wrap.cpp Log Message: Index: dialogs_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/dialogs_wrap.cpp,v retrieving revision 1.34 retrieving revision 1.34.2.1 diff -C2 -d -r1.34 -r1.34.2.1 *** dialogs_wrap.cpp 2 Apr 2002 23:30:43 -0000 1.34 --- dialogs_wrap.cpp 24 Apr 2002 03:03:53 -0000 1.34.2.1 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020402-1643 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020423-2123 * * This file is not intended to be easily readable and contains a number of *************** *** 332,336 **** #define SWIGTYPE_p_FXFontDialog swig_types[32] #define SWIGTYPE_p_FXSearchDialog swig_types[33] ! static swig_type_info *swig_types[34]; /* -------- TYPES TABLE (END) -------- */ --- 332,336 ---- #define SWIGTYPE_p_FXFontDialog swig_types[32] #define SWIGTYPE_p_FXSearchDialog swig_types[33] ! static swig_type_info *swig_types[35]; /* -------- TYPES TABLE (END) -------- */ *************** *** 2615,2619 **** FXString *arg2 ; FXString *arg3 ; ! FXString *arg4 = (FXString *) &"*" ; FXint arg5 = 0 ; FXString result; --- 2615,2620 ---- FXString *arg2 ; FXString *arg3 ; ! FXString const &arg4_defvalue = "*" ; ! FXString *arg4 = (FXString *) &arg4_defvalue ; FXint arg5 = 0 ; FXString result; *************** *** 2667,2671 **** FXString *arg2 ; FXString *arg3 ; ! FXString *arg4 = (FXString *) &"*" ; FXint arg5 = 0 ; VALUE result; --- 2668,2673 ---- FXString *arg2 ; FXString *arg3 ; ! FXString const &arg4_defvalue = "*" ; ! FXString *arg4 = (FXString *) &arg4_defvalue ; FXint arg5 = 0 ; VALUE result; *************** *** 2719,2723 **** FXString *arg2 ; FXString *arg3 ; ! FXString *arg4 = (FXString *) &"*" ; FXint arg5 = 0 ; FXString result; --- 2721,2726 ---- FXString *arg2 ; FXString *arg3 ; ! FXString const &arg4_defvalue = "*" ; ! FXString *arg4 = (FXString *) &arg4_defvalue ; FXint arg5 = 0 ; FXString result; Index: icons_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/icons_wrap.cpp,v retrieving revision 1.37 retrieving revision 1.37.2.1 diff -C2 -d -r1.37 -r1.37.2.1 *** icons_wrap.cpp 2 Apr 2002 23:30:43 -0000 1.37 --- icons_wrap.cpp 24 Apr 2002 03:03:54 -0000 1.37.2.1 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020402-1643 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020423-2123 * * This file is not intended to be easily readable and contains a number of *************** *** 326,330 **** #define SWIGTYPE_p_FXRbPNGIcon swig_types[26] #define SWIGTYPE_p_FXImage swig_types[27] ! static swig_type_info *swig_types[28]; /* -------- TYPES TABLE (END) -------- */ --- 326,330 ---- #define SWIGTYPE_p_FXRbPNGIcon swig_types[26] #define SWIGTYPE_p_FXImage swig_types[27] ! static swig_type_info *swig_types[29]; /* -------- TYPES TABLE (END) -------- */ Index: image_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/image_wrap.cpp,v retrieving revision 1.39 retrieving revision 1.39.2.1 diff -C2 -d -r1.39 -r1.39.2.1 *** image_wrap.cpp 2 Apr 2002 23:30:44 -0000 1.39 --- image_wrap.cpp 24 Apr 2002 03:03:55 -0000 1.39.2.1 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020402-1643 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020423-2123 * * This file is not intended to be easily readable and contains a number of *************** *** 327,331 **** #define SWIGTYPE_p_FXTGAImage swig_types[27] #define SWIGTYPE_p_FXRbTGAImage swig_types[28] ! static swig_type_info *swig_types[29]; /* -------- TYPES TABLE (END) -------- */ --- 327,331 ---- #define SWIGTYPE_p_FXTGAImage swig_types[27] #define SWIGTYPE_p_FXRbTGAImage swig_types[28] ! static swig_type_info *swig_types[30]; /* -------- TYPES TABLE (END) -------- */ Index: layout_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/layout_wrap.cpp,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** layout_wrap.cpp 2 Apr 2002 23:30:44 -0000 1.8 --- layout_wrap.cpp 24 Apr 2002 03:03:56 -0000 1.8.2.1 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020402-1643 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020423-2123 * * This file is not intended to be easily readable and contains a number of *************** *** 327,331 **** #define SWIGTYPE_p_FXSwitcher swig_types[27] #define SWIGTYPE_p_FXRbSwitcher swig_types[28] ! static swig_type_info *swig_types[29]; /* -------- TYPES TABLE (END) -------- */ --- 327,331 ---- #define SWIGTYPE_p_FXSwitcher swig_types[27] #define SWIGTYPE_p_FXRbSwitcher swig_types[28] ! static swig_type_info *swig_types[30]; /* -------- TYPES TABLE (END) -------- */ Index: mdi_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/mdi_wrap.cpp,v retrieving revision 1.36 retrieving revision 1.36.2.1 diff -C2 -d -r1.36 -r1.36.2.1 *** mdi_wrap.cpp 2 Apr 2002 23:30:44 -0000 1.36 --- mdi_wrap.cpp 24 Apr 2002 03:03:57 -0000 1.36.2.1 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020402-1643 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020423-2123 * * This file is not intended to be easily readable and contains a number of *************** *** 330,334 **** #define SWIGTYPE_p_FXIcon swig_types[30] #define SWIGTYPE_p_FXMenuPane swig_types[31] ! static swig_type_info *swig_types[32]; /* -------- TYPES TABLE (END) -------- */ --- 330,334 ---- #define SWIGTYPE_p_FXIcon swig_types[30] #define SWIGTYPE_p_FXMenuPane swig_types[31] ! static swig_type_info *swig_types[33]; /* -------- TYPES TABLE (END) -------- */ Index: opengl_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/opengl_wrap.cpp,v retrieving revision 1.41 retrieving revision 1.41.2.1 diff -C2 -d -r1.41 -r1.41.2.1 *** opengl_wrap.cpp 2 Apr 2002 23:30:44 -0000 1.41 --- opengl_wrap.cpp 24 Apr 2002 03:03:57 -0000 1.41.2.1 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020402-1643 * * This file is not intended to be easily readable and contains a number of --- 1,5 ---- /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020423-2123 * * This file is not intended to be easily readable and contains a number of *************** *** 332,336 **** #define SWIGTYPE_p_FXHVec swig_types[32] #define SWIGTYPE_p_FXuint swig_types[33] ! static swig_type_info *swig_types[34]; /* -------- TYPES TABLE (END) -------- */ --- 332,336 ---- #define SWIGTYPE_p_FXHVec swig_types[32] #define SWIGTYPE_p_FXuint swig_types[33] ! static swig_type_info *swig_types[35]; /* -------- TYPES TABLE (END) -------- */ *************** *** 859,863 **** _wrap_FXVec___neg__(int argc, VALUE *argv, VALUE self) { FXVec *arg1 ; ! FXVec result; VALUE vresult = Qnil; --- 859,863 ---- _wrap_FXVec___neg__(int argc, VALUE *argv, VALUE self) { FXVec *arg1 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 879,883 **** FXVec *arg1 ; FXVec *arg2 ; ! FXVec result; VALUE vresult = Qnil; --- 879,883 ---- FXVec *arg1 ; FXVec *arg2 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 900,904 **** FXVec *arg1 ; FXVec *arg2 ; ! FXVec result; VALUE vresult = Qnil; --- 900,904 ---- FXVec *arg1 ; FXVec *arg2 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 921,925 **** FXVec *arg1 ; FXfloat arg2 ; ! FXVec result; VALUE vresult = Qnil; --- 921,925 ---- FXVec *arg1 ; FXfloat arg2 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 942,946 **** FXVec *arg1 ; FXfloat arg2 ; ! FXVec result; VALUE vresult = Qnil; --- 942,946 ---- FXVec *arg1 ; FXfloat arg2 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 981,985 **** FXVec *arg1 ; FXVec *arg2 ; ! FXVec result; VALUE vresult = Qnil; --- 981,985 ---- FXVec *arg1 ; FXVec *arg2 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 1017,1021 **** _wrap_FXVec_normalize(int argc, VALUE *argv, VALUE self) { FXVec *arg1 ; ! FXVec result; VALUE vresult = Qnil; --- 1017,1021 ---- _wrap_FXVec_normalize(int argc, VALUE *argv, VALUE self) { FXVec *arg1 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 1037,1041 **** FXVec *arg1 ; FXVec *arg2 ; ! FXVec result; VALUE vresult = Qnil; --- 1037,1041 ---- FXVec *arg1 ; FXVec *arg2 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 1058,1062 **** FXVec *arg1 ; FXVec *arg2 ; ! FXVec result; VALUE vresult = Qnil; --- 1058,1062 ---- FXVec *arg1 ; FXVec *arg2 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 1178,1182 **** _wrap_FXHVec___neg__(int argc, VALUE *argv, VALUE self) { FXHVec *arg1 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 1178,1182 ---- _wrap_FXHVec___neg__(int argc, VALUE *argv, VALUE self) { FXHVec *arg1 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 1198,1202 **** FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 1198,1202 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 1219,1223 **** FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 1219,1223 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 1240,1244 **** FXHVec *arg1 ; FXfloat arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 1240,1244 ---- FXHVec *arg1 ; FXfloat arg2 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 1261,1265 **** FXHVec *arg1 ; FXfloat arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 1261,1265 ---- FXHVec *arg1 ; FXfloat arg2 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 1300,1304 **** FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 1300,1304 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 1336,1340 **** _wrap_FXHVec_normalize(int argc, VALUE *argv, VALUE self) { FXHVec *arg1 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 1336,1340 ---- _wrap_FXHVec_normalize(int argc, VALUE *argv, VALUE self) { FXHVec *arg1 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 1356,1360 **** FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 1356,1360 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 1377,1381 **** FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 1377,1381 ---- FXHVec *arg1 ; FXHVec *arg2 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 1502,1506 **** _wrap_FXQuat_exp(int argc, VALUE *argv, VALUE self) { FXQuat *arg1 ; ! FXQuat result; VALUE vresult = Qnil; --- 1502,1506 ---- _wrap_FXQuat_exp(int argc, VALUE *argv, VALUE self) { FXQuat *arg1 ; ! SwigValueWrapper< FXQuat > result; VALUE vresult = Qnil; *************** *** 1521,1525 **** _wrap_FXQuat_log(int argc, VALUE *argv, VALUE self) { FXQuat *arg1 ; ! FXQuat result; VALUE vresult = Qnil; --- 1521,1525 ---- _wrap_FXQuat_log(int argc, VALUE *argv, VALUE self) { FXQuat *arg1 ; ! SwigValueWrapper< FXQuat > result; VALUE vresult = Qnil; *************** *** 1540,1544 **** _wrap_FXQuat_invert(int argc, VALUE *argv, VALUE self) { FXQuat *arg1 ; ! FXQuat result; VALUE vresult = Qnil; --- 1540,1544 ---- _wrap_FXQuat_invert(int argc, VALUE *argv, VALUE self) { FXQuat *arg1 ; ! SwigValueWrapper< FXQuat > result; VALUE vresult = Qnil; *************** *** 1559,1563 **** _wrap_FXQuat_conj(int argc, VALUE *argv, VALUE self) { FXQuat *arg1 ; ! FXQuat result; VALUE vresult = Qnil; --- 1559,1563 ---- _wrap_FXQuat_conj(int argc, VALUE *argv, VALUE self) { FXQuat *arg1 ; ! SwigValueWrapper< FXQuat > result; VALUE vresult = Qnil; *************** *** 1579,1583 **** FXQuat *arg1 ; FXQuat *arg2 ; ! FXQuat result; VALUE vresult = Qnil; --- 1579,1583 ---- FXQuat *arg1 ; FXQuat *arg2 ; ! SwigValueWrapper< FXQuat > result; VALUE vresult = Qnil; *************** *** 1600,1604 **** FXVec *arg1 ; FXVec *arg2 ; ! FXQuat result; VALUE vresult = Qnil; --- 1600,1604 ---- FXVec *arg1 ; FXVec *arg2 ; ! SwigValueWrapper< FXQuat > result; VALUE vresult = Qnil; *************** *** 1622,1626 **** FXQuat *arg2 ; FXfloat arg3 ; ! FXQuat result; VALUE vresult = Qnil; --- 1622,1626 ---- FXQuat *arg2 ; FXfloat arg3 ; ! SwigValueWrapper< FXQuat > result; VALUE vresult = Qnil; *************** *** 1698,1702 **** FXHMat *arg1 ; FXHMat *arg2 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; --- 1698,1702 ---- FXHMat *arg1 ; FXHMat *arg2 ; ! SwigValueWrapper< FXHMat > result; VALUE vresult = Qnil; *************** *** 1719,1723 **** FXHMat *arg1 ; FXHMat *arg2 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; --- 1719,1723 ---- FXHMat *arg1 ; FXHMat *arg2 ; ! SwigValueWrapper< FXHMat > result; VALUE vresult = Qnil; *************** *** 1740,1744 **** FXHMat *arg1 ; FXHMat *arg2 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; --- 1740,1744 ---- FXHMat *arg1 ; FXHMat *arg2 ; ! SwigValueWrapper< FXHMat > result; VALUE vresult = Qnil; *************** *** 1795,1799 **** _wrap_FXHMat_transpose(int argc, VALUE *argv, VALUE self) { FXHMat *arg1 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; --- 1795,1799 ---- _wrap_FXHMat_transpose(int argc, VALUE *argv, VALUE self) { FXHMat *arg1 ; ! SwigValueWrapper< FXHMat > result; VALUE vresult = Qnil; *************** *** 1814,1818 **** _wrap_FXHMat_invert(int argc, VALUE *argv, VALUE self) { FXHMat *arg1 ; ! SwigValueWrapper<FXHMat> result; VALUE vresult = Qnil; --- 1814,1818 ---- _wrap_FXHMat_invert(int argc, VALUE *argv, VALUE self) { FXHMat *arg1 ; ! SwigValueWrapper< FXHMat > result; VALUE vresult = Qnil; *************** *** 2526,2530 **** FXRange *arg1 ; FXint arg2 ; ! SwigValueWrapper<FXRangeSlice> result; VALUE vresult = Qnil; --- 2526,2530 ---- FXRange *arg1 ; FXint arg2 ; ! SwigValueWrapper< FXRangeSlice > result; VALUE vresult = Qnil; *************** *** 8438,8442 **** _wrap_FX_GLViewer_getBackgroundColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 8438,8442 ---- _wrap_FX_GLViewer_getBackgroundColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 8472,8476 **** _wrap_FX_GLViewer_getAmbientColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper<FXHVec> result; VALUE vresult = Qnil; --- 8472,8476 ---- _wrap_FX_GLViewer_getAmbientColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; |