[Fxruby-commits] CVS: FXRuby/ext/fox core_wrap.cpp,1.62.2.14,1.62.2.15 dialogs_wrap.cpp,1.34.2.12,1.
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-24 17:41:26
|
Update of /cvsroot/fxruby/FXRuby/ext/fox In directory usw-pr-cvs1:/tmp/cvs-serv2416 Modified Files: Tag: release10 core_wrap.cpp dialogs_wrap.cpp icons_wrap.cpp image_wrap.cpp layout_wrap.cpp mdi_wrap.cpp opengl_wrap.cpp scintilla_wrap.cpp ui_wrap.cpp Log Message: Index: core_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/core_wrap.cpp,v retrieving revision 1.62.2.14 retrieving revision 1.62.2.15 diff -C2 -d -r1.62.2.14 -r1.62.2.15 *** core_wrap.cpp 17 May 2002 22:30:23 -0000 1.62.2.14 --- core_wrap.cpp 24 May 2002 17:40:53 -0000 1.62.2.15 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020517-1652 * * 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-20020523-1540 * * This file is not intended to be easily readable and contains a number of *************** *** 7686,7690 **** _wrap_FX_Font_getFontDesc(int argc, VALUE *argv, VALUE self) { FXFont *arg1 ; ! FXFontDesc result; VALUE vresult = Qnil; --- 7686,7690 ---- _wrap_FX_Font_getFontDesc(int argc, VALUE *argv, VALUE self) { FXFont *arg1 ; ! SwigValueWrapper< FXFontDesc > result; VALUE vresult = Qnil; *************** *** 9356,9360 **** _wrap_FXRegion_bounds(int argc, VALUE *argv, VALUE self) { FXRegion *arg1 ; ! FXRectangle result; VALUE vresult = Qnil; --- 9356,9360 ---- _wrap_FXRegion_bounds(int argc, VALUE *argv, VALUE self) { FXRegion *arg1 ; ! SwigValueWrapper< FXRectangle > result; VALUE vresult = Qnil; Index: dialogs_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/dialogs_wrap.cpp,v retrieving revision 1.34.2.12 retrieving revision 1.34.2.13 diff -C2 -d -r1.34.2.12 -r1.34.2.13 *** dialogs_wrap.cpp 17 May 2002 22:30:31 -0000 1.34.2.12 --- dialogs_wrap.cpp 24 May 2002 17:41:00 -0000 1.34.2.13 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020517-1652 * * 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-20020523-1540 * * This file is not intended to be easily readable and contains a number of *************** *** 4233,4237 **** _wrap_FX_FontDialog_getFontSelection(int argc, VALUE *argv, VALUE self) { FXFontDialog *arg1 ; ! FXFontDesc result; VALUE vresult = Qnil; --- 4233,4237 ---- _wrap_FX_FontDialog_getFontSelection(int argc, VALUE *argv, VALUE self) { FXFontDialog *arg1 ; ! SwigValueWrapper< FXFontDesc > result; VALUE vresult = Qnil; *************** *** 8245,8249 **** _wrap_FX_PrintDialog_getPrinter(int argc, VALUE *argv, VALUE self) { FXPrintDialog *arg1 ; ! FXPrinter result; VALUE vresult = Qnil; --- 8245,8249 ---- _wrap_FX_PrintDialog_getPrinter(int argc, VALUE *argv, VALUE self) { FXPrintDialog *arg1 ; ! SwigValueWrapper< FXPrinter > result; VALUE vresult = Qnil; Index: icons_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/icons_wrap.cpp,v retrieving revision 1.37.2.13 retrieving revision 1.37.2.14 diff -C2 -d -r1.37.2.13 -r1.37.2.14 *** icons_wrap.cpp 17 May 2002 22:30:31 -0000 1.37.2.13 --- icons_wrap.cpp 24 May 2002 17:41:01 -0000 1.37.2.14 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020517-1652 * * 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-20020523-1540 * * This file is not intended to be easily readable and contains a number of Index: image_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/image_wrap.cpp,v retrieving revision 1.39.2.13 retrieving revision 1.39.2.14 diff -C2 -d -r1.39.2.13 -r1.39.2.14 *** image_wrap.cpp 17 May 2002 22:30:31 -0000 1.39.2.13 --- image_wrap.cpp 24 May 2002 17:41:01 -0000 1.39.2.14 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020517-1652 * * 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-20020523-1540 * * This file is not intended to be easily readable and contains a number of Index: layout_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/layout_wrap.cpp,v retrieving revision 1.8.2.12 retrieving revision 1.8.2.13 diff -C2 -d -r1.8.2.12 -r1.8.2.13 *** layout_wrap.cpp 17 May 2002 22:30:32 -0000 1.8.2.12 --- layout_wrap.cpp 24 May 2002 17:41:02 -0000 1.8.2.13 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020517-1652 * * 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-20020523-1540 * * This file is not intended to be easily readable and contains a number of Index: mdi_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/mdi_wrap.cpp,v retrieving revision 1.36.2.12 retrieving revision 1.36.2.13 diff -C2 -d -r1.36.2.12 -r1.36.2.13 *** mdi_wrap.cpp 17 May 2002 22:30:32 -0000 1.36.2.12 --- mdi_wrap.cpp 24 May 2002 17:41:03 -0000 1.36.2.13 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020517-1652 * * 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-20020523-1540 * * This file is not intended to be easily readable and contains a number of Index: opengl_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/opengl_wrap.cpp,v retrieving revision 1.41.2.13 retrieving revision 1.41.2.14 diff -C2 -d -r1.41.2.13 -r1.41.2.14 *** opengl_wrap.cpp 17 May 2002 22:30:32 -0000 1.41.2.13 --- opengl_wrap.cpp 24 May 2002 17:41:03 -0000 1.41.2.14 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020517-1652 * * 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-20020523-1540 * * This file is not intended to be easily readable and contains a number of *************** *** 565,569 **** return corners; } ! FXbool FXRange_intersect(FXRange const *self,FXVec const &u,FXVec const &v){ return boxIntersect(*self,u,v); } --- 565,569 ---- return corners; } ! FXbool FXRange_intersects(FXRange const *self,FXVec const &u,FXVec const &v){ return boxIntersect(*self,u,v); } *************** *** 2936,2940 **** static VALUE ! _wrap_FXRange_empty(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; FXbool result; --- 2936,2940 ---- static VALUE ! _wrap_FXRange_emptyq___(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; FXbool result; *************** *** 2952,2956 **** static VALUE ! _wrap_FXRange_overlap(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; FXRange *arg2 ; --- 2952,2956 ---- static VALUE ! _wrap_FXRange_overlapsq___(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; FXRange *arg2 ; *************** *** 2970,2974 **** static VALUE ! _wrap_FXRange_contains(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; FXfloat arg2 ; --- 2970,2974 ---- static VALUE ! _wrap_FXRange_containsq___(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; FXfloat arg2 ; *************** *** 3134,3138 **** static VALUE ! _wrap_FXRange_intersect(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; FXVec *arg2 ; --- 3134,3138 ---- static VALUE ! _wrap_FXRange_intersectsq___(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; FXVec *arg2 ; *************** *** 3160,3164 **** } } ! result = (FXbool)FXRange_intersect((FXRange const *)arg1,(FXVec const &)*arg2,(FXVec const &)*arg3); vresult = result ? Qtrue : Qfalse; --- 3160,3164 ---- } } ! result = (FXbool)FXRange_intersects((FXRange const *)arg1,(FXVec const &)*arg2,(FXVec const &)*arg3); vresult = result ? Qtrue : Qfalse; *************** *** 3172,3176 **** _wrap_FXRange_center(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; ! FXVec result; VALUE vresult = Qnil; --- 3172,3176 ---- _wrap_FXRange_center(int argc, VALUE *argv, VALUE self) { FXRange *arg1 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 8210,8214 **** _wrap_FX_GLViewer_getViewport(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXViewport result; VALUE vresult = Qnil; --- 8210,8214 ---- _wrap_FX_GLViewer_getViewport(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXViewport > result; VALUE vresult = Qnil; *************** *** 8253,8257 **** FXint arg3 ; FXfloat arg4 = 0.0 ; ! FXVec result; VALUE vresult = Qnil; --- 8253,8257 ---- FXint arg3 ; FXfloat arg4 = 0.0 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 8279,8283 **** FXint arg2 ; FXint arg3 ; ! FXVec result; VALUE vresult = Qnil; --- 8279,8283 ---- FXint arg2 ; FXint arg3 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 8301,8305 **** FXGLViewer *arg1 ; FXVec arg2 ; ! FXVec result; VALUE vresult = Qnil; --- 8301,8305 ---- FXGLViewer *arg1 ; FXVec arg2 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 8346,8350 **** FXGLViewer *arg1 ; FXVec arg2 ; ! FXVec result; VALUE vresult = Qnil; --- 8346,8350 ---- FXGLViewer *arg1 ; FXVec arg2 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 8373,8377 **** FXint arg4 ; FXint arg5 ; ! FXVec result; VALUE vresult = Qnil; --- 8373,8377 ---- FXint arg4 ; FXint arg5 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 8411,8415 **** _wrap_FX_GLViewer_getMaterial(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXMaterial result; VALUE vresult = Qnil; --- 8411,8415 ---- _wrap_FX_GLViewer_getMaterial(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXMaterial > result; VALUE vresult = Qnil; *************** *** 8541,8545 **** _wrap_FX_GLViewer_getScale(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXVec result; VALUE vresult = Qnil; --- 8541,8545 ---- _wrap_FX_GLViewer_getScale(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 8578,8582 **** _wrap_FX_GLViewer_getOrientation(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXQuat result; VALUE vresult = Qnil; --- 8578,8582 ---- _wrap_FX_GLViewer_getOrientation(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXQuat > result; VALUE vresult = Qnil; *************** *** 8670,8674 **** _wrap_FX_GLViewer_getEyeVector(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXVec result; VALUE vresult = Qnil; --- 8670,8674 ---- _wrap_FX_GLViewer_getEyeVector(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 8689,8693 **** _wrap_FX_GLViewer_getEyePosition(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXVec result; VALUE vresult = Qnil; --- 8689,8693 ---- _wrap_FX_GLViewer_getEyePosition(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXVec > result; VALUE vresult = Qnil; *************** *** 9007,9011 **** _wrap_FX_GLViewer_getBackgroundColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXHVec result; VALUE vresult = Qnil; --- 9007,9011 ---- _wrap_FX_GLViewer_getBackgroundColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 9049,9053 **** _wrap_FX_GLViewer_getAmbientColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXHVec result; VALUE vresult = Qnil; --- 9049,9053 ---- _wrap_FX_GLViewer_getAmbientColor(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXHVec > result; VALUE vresult = Qnil; *************** *** 9232,9236 **** _wrap_FX_GLViewer_getLight(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! FXLight result; VALUE vresult = Qnil; --- 9232,9236 ---- _wrap_FX_GLViewer_getLight(int argc, VALUE *argv, VALUE self) { FXGLViewer *arg1 ; ! SwigValueWrapper< FXLight > result; VALUE vresult = Qnil; *************** *** 9909,9913 **** _wrap_FX_GLObject_bounds(int argc, VALUE *argv, VALUE self) { FXGLObject *arg1 ; ! FXRange result; VALUE vresult = Qnil; --- 9909,9913 ---- _wrap_FX_GLObject_bounds(int argc, VALUE *argv, VALUE self) { FXGLObject *arg1 ; ! SwigValueWrapper< FXRange > result; VALUE vresult = Qnil; *************** *** 10107,10111 **** _wrap_FXGLObject_bounds(int argc, VALUE *argv, VALUE self) { FXRbGLObject *arg1 ; ! FXRange result; VALUE vresult = Qnil; --- 10107,10111 ---- _wrap_FXGLObject_bounds(int argc, VALUE *argv, VALUE self) { FXRbGLObject *arg1 ; ! SwigValueWrapper< FXRange > result; VALUE vresult = Qnil; *************** *** 10480,10484 **** _wrap_FXGLGroup_bounds(int argc, VALUE *argv, VALUE self) { FXRbGLGroup *arg1 ; ! FXRange result; VALUE vresult = Qnil; --- 10480,10484 ---- _wrap_FXGLGroup_bounds(int argc, VALUE *argv, VALUE self) { FXRbGLGroup *arg1 ; ! SwigValueWrapper< FXRange > result; VALUE vresult = Qnil; *************** *** 11043,11047 **** FXGLShape *arg1 ; FXint arg2 ; ! FXMaterial result; VALUE vresult = Qnil; --- 11043,11047 ---- FXGLShape *arg1 ; FXint arg2 ; ! SwigValueWrapper< FXMaterial > result; VALUE vresult = Qnil; *************** *** 11159,11163 **** _wrap_FXGLShape_bounds(int argc, VALUE *argv, VALUE self) { FXRbGLShape *arg1 ; ! FXRange result; VALUE vresult = Qnil; --- 11159,11163 ---- _wrap_FXGLShape_bounds(int argc, VALUE *argv, VALUE self) { FXRbGLShape *arg1 ; ! SwigValueWrapper< FXRange > result; VALUE vresult = Qnil; *************** *** 13753,13759 **** rb_define_method(cFXRange.klass, "longest", VALUEFUNC(_wrap_FXRange_longest), -1); rb_define_method(cFXRange.klass, "shortest", VALUEFUNC(_wrap_FXRange_shortest), -1); ! rb_define_method(cFXRange.klass, "empty", VALUEFUNC(_wrap_FXRange_empty), -1); ! rb_define_method(cFXRange.klass, "overlap", VALUEFUNC(_wrap_FXRange_overlap), -1); ! rb_define_method(cFXRange.klass, "contains", VALUEFUNC(_wrap_FXRange_contains), -1); rb_define_method(cFXRange.klass, "[]", VALUEFUNC(_wrap_FXRange___getitem__), -1); rb_define_method(cFXRange.klass, "[]=", VALUEFUNC(_wrap_FXRange___setitem__), -1); --- 13753,13759 ---- rb_define_method(cFXRange.klass, "longest", VALUEFUNC(_wrap_FXRange_longest), -1); rb_define_method(cFXRange.klass, "shortest", VALUEFUNC(_wrap_FXRange_shortest), -1); ! rb_define_method(cFXRange.klass, "empty?", VALUEFUNC(_wrap_FXRange_emptyq___), -1); ! rb_define_method(cFXRange.klass, "overlaps?", VALUEFUNC(_wrap_FXRange_overlapsq___), -1); ! rb_define_method(cFXRange.klass, "contains?", VALUEFUNC(_wrap_FXRange_containsq___), -1); rb_define_method(cFXRange.klass, "[]", VALUEFUNC(_wrap_FXRange___getitem__), -1); rb_define_method(cFXRange.klass, "[]=", VALUEFUNC(_wrap_FXRange___setitem__), -1); *************** *** 13763,13767 **** rb_define_method(cFXRange.klass, "clipTo", VALUEFUNC(_wrap_FXRange_clipTo), -1); rb_define_method(cFXRange.klass, "corners", VALUEFUNC(_wrap_FXRange_corners), -1); ! rb_define_method(cFXRange.klass, "intersect", VALUEFUNC(_wrap_FXRange_intersect), -1); rb_define_method(cFXRange.klass, "center", VALUEFUNC(_wrap_FXRange_center), -1); rb_define_method(cFXRange.klass, "diagonal", VALUEFUNC(_wrap_FXRange_diagonal), -1); --- 13763,13767 ---- rb_define_method(cFXRange.klass, "clipTo", VALUEFUNC(_wrap_FXRange_clipTo), -1); rb_define_method(cFXRange.klass, "corners", VALUEFUNC(_wrap_FXRange_corners), -1); ! rb_define_method(cFXRange.klass, "intersects?", VALUEFUNC(_wrap_FXRange_intersectsq___), -1); rb_define_method(cFXRange.klass, "center", VALUEFUNC(_wrap_FXRange_center), -1); rb_define_method(cFXRange.klass, "diagonal", VALUEFUNC(_wrap_FXRange_diagonal), -1); Index: scintilla_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/scintilla_wrap.cpp,v retrieving revision 1.16.2.7 retrieving revision 1.16.2.8 diff -C2 -d -r1.16.2.7 -r1.16.2.8 *** scintilla_wrap.cpp 17 May 2002 22:30:33 -0000 1.16.2.7 --- scintilla_wrap.cpp 24 May 2002 17:41:04 -0000 1.16.2.8 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020517-1652 * * 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-20020523-1540 * * This file is not intended to be easily readable and contains a number of Index: ui_wrap.cpp =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/ui_wrap.cpp,v retrieving revision 1.9.2.12 retrieving revision 1.9.2.13 diff -C2 -d -r1.9.2.12 -r1.9.2.13 *** ui_wrap.cpp 17 May 2002 22:30:33 -0000 1.9.2.12 --- ui_wrap.cpp 24 May 2002 17:41:04 -0000 1.9.2.13 *************** *** 1,5 **** /* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). ! * Version 1.3.12u-20020517-1652 * * 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-20020523-1540 * * This file is not intended to be easily readable and contains a number of *************** *** 62450,62454 **** result = (FXTablePos *)& (arg1->fm); ! vresult = FXRbGetRubyObj(result, "FXTablePos *"); return vresult; } --- 62450,62454 ---- result = (FXTablePos *)& (arg1->fm); ! vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_FXTablePos,0); return vresult; } *************** *** 62481,62485 **** result = (FXTablePos *)& (arg1->to); ! vresult = FXRbGetRubyObj(result, "FXTablePos *"); return vresult; } --- 62481,62485 ---- result = (FXTablePos *)& (arg1->to); ! vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_FXTablePos,0); return vresult; } *************** *** 87111,87115 **** _wrap_FX_FontSelector_getFontSelection(int argc, VALUE *argv, VALUE self) { FXFontSelector *arg1 ; ! FXFontDesc result; VALUE vresult = Qnil; --- 87111,87115 ---- _wrap_FX_FontSelector_getFontSelection(int argc, VALUE *argv, VALUE self) { FXFontSelector *arg1 ; ! SwigValueWrapper< FXFontDesc > result; VALUE vresult = Qnil; *************** *** 104089,104093 **** rb_define_method(cFXTablePos.klass, "col", VALUEFUNC(_wrap_FXTablePos_col_get), -1); cFXTablePos.mark = 0; ! cFXTablePos.destroy = (void (*)(void *)) FXRbUnregisterRubyObj; cFXTableRange.klass = rb_define_class_under(mFox, "FXTableRange", rb_cObject); --- 104089,104093 ---- rb_define_method(cFXTablePos.klass, "col", VALUEFUNC(_wrap_FXTablePos_col_get), -1); cFXTablePos.mark = 0; ! cFXTablePos.destroy = (void (*)(void *)) free_FXTablePos; cFXTableRange.klass = rb_define_class_under(mFox, "FXTableRange", rb_cObject); |