[Fxruby-commits] CVS: FXRuby/ext/fox core_wrap.cpp,1.62.2.7,1.62.2.8 dialogs_wrap.cpp,1.34.2.7,1.34.
Status: Inactive
Brought to you by:
lyle
|
From: Lyle J. <ly...@us...> - 2002-05-08 16:51:11
|
Update of /cvsroot/fxruby/FXRuby/ext/fox
In directory usw-pr-cvs1:/tmp/cvs-serv9072
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.7
retrieving revision 1.62.2.8
diff -C2 -d -r1.62.2.7 -r1.62.2.8
*** core_wrap.cpp 6 May 2002 19:16:01 -0000 1.62.2.7
--- core_wrap.cpp 8 May 2002 16:50:33 -0000 1.62.2.8
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.12u-20020506-1331
*
* 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-20020508-1104
*
* This file is not intended to be easily readable and contains a number of
***************
*** 8848,8857 ****
FXApp *arg1 ;
void *arg2 ;
! FXint arg3 = -1 ;
! FXint arg4 = -1 ;
FXGIFCursor *result;
! if ((argc < 2) || (argc > 4))
! rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
arg1 = (FXApp *) SWIG_ConvertPtr(argv[0], SWIGTYPE_p_FXApp);
{
--- 8848,8857 ----
FXApp *arg1 ;
void *arg2 ;
! FXint arg3 ;
! FXint arg4 ;
FXGIFCursor *result;
! if ((argc < 4) || (argc > 4))
! rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc);
arg1 = (FXApp *) SWIG_ConvertPtr(argv[0], SWIGTYPE_p_FXApp);
{
***************
*** 8863,8872 ****
}
}
! if (argc > 2) {
! arg3 = NUM2INT(argv[2]);
! }
! if (argc > 3) {
! arg4 = NUM2INT(argv[3]);
! }
result = (FXGIFCursor *)new FXGIFCursor(arg1,(void const *)arg2,arg3,arg4);
FXRbRegisterRubyObj(self, result);
--- 8863,8868 ----
}
}
! arg3 = NUM2INT(argv[2]);
! arg4 = NUM2INT(argv[3]);
result = (FXGIFCursor *)new FXGIFCursor(arg1,(void const *)arg2,arg3,arg4);
FXRbRegisterRubyObj(self, result);
***************
*** 8893,8902 ****
FXApp *arg1 ;
void *arg2 ;
! FXint arg3 = -1 ;
! FXint arg4 = -1 ;
FXRbGIFCursor *result;
! if ((argc < 2) || (argc > 4))
! rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
arg1 = (FXApp *) SWIG_ConvertPtr(argv[0], SWIGTYPE_p_FXApp);
{
--- 8889,8898 ----
FXApp *arg1 ;
void *arg2 ;
! FXint arg3 ;
! FXint arg4 ;
FXRbGIFCursor *result;
! if ((argc < 4) || (argc > 4))
! rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc);
arg1 = (FXApp *) SWIG_ConvertPtr(argv[0], SWIGTYPE_p_FXApp);
{
***************
*** 8908,8917 ****
}
}
! if (argc > 2) {
! arg3 = NUM2INT(argv[2]);
! }
! if (argc > 3) {
! arg4 = NUM2INT(argv[3]);
! }
result = (FXRbGIFCursor *)new FXRbGIFCursor(arg1,(void const *)arg2,arg3,arg4);
FXRbRegisterRubyObj(self, result);
--- 8904,8909 ----
}
}
! arg3 = NUM2INT(argv[2]);
! arg4 = NUM2INT(argv[3]);
result = (FXRbGIFCursor *)new FXRbGIFCursor(arg1,(void const *)arg2,arg3,arg4);
FXRbRegisterRubyObj(self, result);
Index: dialogs_wrap.cpp
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/dialogs_wrap.cpp,v
retrieving revision 1.34.2.7
retrieving revision 1.34.2.8
diff -C2 -d -r1.34.2.7 -r1.34.2.8
*** dialogs_wrap.cpp 6 May 2002 19:16:07 -0000 1.34.2.7
--- dialogs_wrap.cpp 8 May 2002 16:50:42 -0000 1.34.2.8
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.12u-20020506-1331
*
* 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-20020508-1104
*
* This file is not intended to be easily readable and contains a number of
Index: icons_wrap.cpp
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/icons_wrap.cpp,v
retrieving revision 1.37.2.7
retrieving revision 1.37.2.8
diff -C2 -d -r1.37.2.7 -r1.37.2.8
*** icons_wrap.cpp 6 May 2002 19:16:08 -0000 1.37.2.7
--- icons_wrap.cpp 8 May 2002 16:50:43 -0000 1.37.2.8
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.12u-20020506-1331
*
* 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-20020508-1104
*
* 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.7
retrieving revision 1.39.2.8
diff -C2 -d -r1.39.2.7 -r1.39.2.8
*** image_wrap.cpp 6 May 2002 19:16:08 -0000 1.39.2.7
--- image_wrap.cpp 8 May 2002 16:50:43 -0000 1.39.2.8
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.12u-20020506-1331
*
* 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-20020508-1104
*
* This file is not intended to be easily readable and contains a number of
***************
*** 302,331 ****
#define SWIGTYPE_p_FXRbImage swig_types[2]
#define SWIGTYPE_p_FXRbRGBImage swig_types[3]
! #define SWIGTYPE_p_FXBitmap swig_types[4]
! #define SWIGTYPE_p_FXRbBitmap swig_types[5]
! #define SWIGTYPE_p_FXId swig_types[6]
! #define SWIGTYPE_p_FXDrawable swig_types[7]
! #define SWIGTYPE_p_FXTIFImage swig_types[8]
! #define SWIGTYPE_p_FXGIFImage swig_types[9]
! #define SWIGTYPE_p_FXStream swig_types[10]
! #define SWIGTYPE_p_FXRbGIFImage swig_types[11]
! #define SWIGTYPE_p_FXRbTIFImage swig_types[12]
! #define SWIGTYPE_p_FXICOImage swig_types[13]
! #define SWIGTYPE_p_FXXPMImage swig_types[14]
! #define SWIGTYPE_p_FXRbICOImage swig_types[15]
! #define SWIGTYPE_p_FXRbXPMImage swig_types[16]
! #define SWIGTYPE_p_FXPCXImage swig_types[17]
! #define SWIGTYPE_p_FXRbPCXImage swig_types[18]
! #define SWIGTYPE_p_FXBMPImage swig_types[19]
! #define SWIGTYPE_p_FXRbBMPImage swig_types[20]
! #define SWIGTYPE_p_FXApp swig_types[21]
! #define SWIGTYPE_p_FXPNGImage swig_types[22]
! #define SWIGTYPE_p_FXJPGImage swig_types[23]
! #define SWIGTYPE_p_FXImage swig_types[24]
! #define SWIGTYPE_p_FXRbJPGImage swig_types[25]
! #define SWIGTYPE_p_FXRbPNGImage swig_types[26]
! #define SWIGTYPE_p_FXTGAImage swig_types[27]
! #define SWIGTYPE_p_FXRbTGAImage swig_types[28]
! static swig_type_info *swig_types[30];
/* -------- TYPES TABLE (END) -------- */
--- 302,333 ----
#define SWIGTYPE_p_FXRbImage swig_types[2]
#define SWIGTYPE_p_FXRbRGBImage swig_types[3]
! #define SWIGTYPE_p_FXuchar swig_types[4]
! #define SWIGTYPE_p_FXBitmap swig_types[5]
! #define SWIGTYPE_p_FXRbBitmap swig_types[6]
! #define SWIGTYPE_p_FXId swig_types[7]
! #define SWIGTYPE_p_FXDrawable swig_types[8]
! #define SWIGTYPE_p_FXTIFImage swig_types[9]
! #define SWIGTYPE_p_FXGIFImage swig_types[10]
! #define SWIGTYPE_p_FXStream swig_types[11]
! #define SWIGTYPE_p_FXRbGIFImage swig_types[12]
! #define SWIGTYPE_p_FXRbTIFImage swig_types[13]
! #define SWIGTYPE_p_FXICOImage swig_types[14]
! #define SWIGTYPE_p_FXXPMImage swig_types[15]
! #define SWIGTYPE_p_FXRbICOImage swig_types[16]
! #define SWIGTYPE_p_FXRbXPMImage swig_types[17]
! #define SWIGTYPE_p_FXPCXImage swig_types[18]
! #define SWIGTYPE_p_FXRbPCXImage swig_types[19]
! #define SWIGTYPE_p_FXBMPImage swig_types[20]
! #define SWIGTYPE_p_FXRbBMPImage swig_types[21]
! #define SWIGTYPE_p_FXApp swig_types[22]
! #define SWIGTYPE_p_FXPNGImage swig_types[23]
! #define SWIGTYPE_p_FXJPGImage swig_types[24]
! #define SWIGTYPE_p_FXImage swig_types[25]
! #define SWIGTYPE_p_FXRbJPGImage swig_types[26]
! #define SWIGTYPE_p_FXRbPNGImage swig_types[27]
! #define SWIGTYPE_p_FXTGAImage swig_types[28]
! #define SWIGTYPE_p_FXMemoryBuffer swig_types[29]
! #define SWIGTYPE_p_FXRbTGAImage swig_types[30]
! static swig_type_info *swig_types[32];
/* -------- TYPES TABLE (END) -------- */
***************
*** 345,360 ****
swig_class cFXBitmap;
static void free_FXRbBitmap(FXRbBitmap *);
! VALUE FXImage_getData(FXImage const *self){
! FXuchar* data=self->getData();
! if(data){
! FXuint options=self->getOptions();
! FXuint channels=3;
! if(options&IMAGE_ALPHA) channels=4;
! long len=3*channels*self->getWidth()*self->getHeight();
! return rb_str_new((const char*)data,len);
! }
else{
! return Qnil;
! }
}
--- 347,371 ----
swig_class cFXBitmap;
static void free_FXRbBitmap(FXRbBitmap *);
! FXuchar FXMemoryBuffer___getitem__(FXMemoryBuffer const *self,FXuint i){
! return self->getData()[i];
! }
! void FXMemoryBuffer___setitem__(FXMemoryBuffer *self,FXuint i,FXuchar value){
! self->getData()[i] = value;
! }
! VALUE FXMemoryBuffer_to_s(FXMemoryBuffer const *self){
! if(self->getSize()>0){
! const char *str=const_cast<const char*>(reinterpret_cast<char*>(self->getData()));
! long len=static_cast<long>(self->getSize());
! return rb_str_new(str,len);
! }
else{
! return rb_str_new2("");
! }
! }
!
! swig_class cFXMemoryBuffer;
! static void free_FXMemoryBuffer(FXMemoryBuffer *);
! FXMemoryBuffer *FXImage_getData(FXImage const *self){
! return new FXMemoryBuffer(self->getData(),self->getChannels()*self->getWidth()*self->getHeight());
}
***************
*** 944,947 ****
--- 955,1070 ----
extern swig_class cFX_Bitmap;
static VALUE
+ _wrap_new_FXMemoryBuffer(int argc, VALUE *argv, VALUE self) {
+ VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_FXMemoryBuffer);
+ rb_obj_call_init(vresult, argc, argv);
+ return vresult;
+ }
+
+
+ static VALUE
+ _wrap_FXMemoryBuffer_initialize(int argc, VALUE *argv, VALUE self) {
+ FXuchar *arg1 ;
+ FXuint arg2 ;
+ FXMemoryBuffer *result;
+
+ if ((argc < 2) || (argc > 2))
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
+ arg1 = (FXuchar *) SWIG_ConvertPtr(argv[0], SWIGTYPE_p_FXuchar);
+ arg2 = NUM2UINT(argv[1]);
+ result = (FXMemoryBuffer *)new FXMemoryBuffer(arg1,arg2);
+
+ DATA_PTR(self) = result;
+ return self;
+ }
+
+
+ static VALUE
+ _wrap_FXMemoryBuffer_getData(int argc, VALUE *argv, VALUE self) {
+ FXMemoryBuffer *arg1 ;
+ FXuchar *result;
+ VALUE vresult = Qnil;
+
+ if ((argc < 0) || (argc > 0))
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
+ arg1 = (FXMemoryBuffer *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXMemoryBuffer);
+ result = (FXuchar *)((FXMemoryBuffer const *)arg1)->getData();
+
+ vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_FXuchar,0);
+ return vresult;
+ }
+
+
+ static VALUE
+ _wrap_FXMemoryBuffer_getSize(int argc, VALUE *argv, VALUE self) {
+ FXMemoryBuffer *arg1 ;
+ FXuint result;
+ VALUE vresult = Qnil;
+
+ if ((argc < 0) || (argc > 0))
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
+ arg1 = (FXMemoryBuffer *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXMemoryBuffer);
+ result = (FXuint)((FXMemoryBuffer const *)arg1)->getSize();
+
+ vresult = UINT2NUM(result);
+ return vresult;
+ }
+
+
+ static VALUE
+ _wrap_FXMemoryBuffer___getitem__(int argc, VALUE *argv, VALUE self) {
+ FXMemoryBuffer *arg1 ;
+ FXuint arg2 ;
+ FXuchar result;
+ VALUE vresult = Qnil;
+
+ if ((argc < 1) || (argc > 1))
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 1)",argc);
+ arg1 = (FXMemoryBuffer *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXMemoryBuffer);
+ arg2 = NUM2UINT(argv[0]);
+ result = (FXuchar)FXMemoryBuffer___getitem__((FXMemoryBuffer const *)arg1,arg2);
+
+ vresult = UINT2NUM(result);
+ return vresult;
+ }
+
+
+ static VALUE
+ _wrap_FXMemoryBuffer___setitem__(int argc, VALUE *argv, VALUE self) {
+ FXMemoryBuffer *arg1 ;
+ FXuint arg2 ;
+ FXuchar arg3 ;
+
+ if ((argc < 2) || (argc > 2))
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc);
+ arg1 = (FXMemoryBuffer *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXMemoryBuffer);
+ arg2 = NUM2UINT(argv[0]);
+ arg3 = (unsigned char) NUM2INT(argv[1]);
+ FXMemoryBuffer___setitem__(arg1,arg2,arg3);
+
+ return Qnil;
+ }
+
+
+ static VALUE
+ _wrap_FXMemoryBuffer_to_s(int argc, VALUE *argv, VALUE self) {
+ FXMemoryBuffer *arg1 ;
+ VALUE result;
+ VALUE vresult = Qnil;
+
+ if ((argc < 0) || (argc > 0))
+ rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
+ arg1 = (FXMemoryBuffer *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXMemoryBuffer);
+ result = (VALUE)FXMemoryBuffer_to_s((FXMemoryBuffer const *)arg1);
+
+ vresult = result;
+ return vresult;
+ }
+
+
+ static void
+ free_FXMemoryBuffer(FXMemoryBuffer *arg1) {
+ delete arg1;
+ }
+ static VALUE
_wrap_new_FX_Image(int argc, VALUE *argv, VALUE self) {
VALUE vresult = SWIG_NewClassInstance(self, SWIGTYPE_p_FXImage);
***************
*** 992,996 ****
_wrap_FX_Image_getData(int argc, VALUE *argv, VALUE self) {
FXImage *arg1 ;
! VALUE result;
VALUE vresult = Qnil;
--- 1115,1119 ----
_wrap_FX_Image_getData(int argc, VALUE *argv, VALUE self) {
FXImage *arg1 ;
! FXMemoryBuffer *result;
VALUE vresult = Qnil;
***************
*** 998,1004 ****
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
arg1 = (FXImage *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXImage);
! result = (VALUE)FXImage_getData((FXImage const *)arg1);
! vresult = result;
return vresult;
}
--- 1121,1127 ----
rb_raise(rb_eArgError, "wrong # of arguments(%d for 0)",argc);
arg1 = (FXImage *) SWIG_ConvertPtr(self, SWIGTYPE_p_FXImage);
! result = (FXMemoryBuffer *)FXImage_getData((FXImage const *)arg1);
! vresult = SWIG_NewPointerObj((void *) result, SWIGTYPE_p_FXMemoryBuffer,0);
return vresult;
}
***************
*** 7168,7171 ****
--- 7291,7295 ----
static swig_type_info _swigt__p_FXRbImage[] = {{"_p_FXRbImage", 0, "FXRbImage *"},{"_p_FXRbImage"},{0}};
static swig_type_info _swigt__p_FXRbRGBImage[] = {{"_p_FXRbRGBImage", 0, "FXRbRGBImage *"},{"_p_FXRbRGBImage"},{0}};
+ static swig_type_info _swigt__p_FXuchar[] = {{"_p_FXuchar", 0, "FXuchar *"},{"_p_FXuchar"},{0}};
static swig_type_info _swigt__p_FXBitmap[] = {{"_p_FXBitmap", 0, "FXBitmap *"},{"_p_FXBitmap"},{"_p_FXRbBitmap", _p_FXRbBitmapTo_p_FXBitmap},{0}};
static swig_type_info _swigt__p_FXRbBitmap[] = {{"_p_FXRbBitmap", 0, "FXRbBitmap *"},{"_p_FXRbBitmap"},{0}};
***************
*** 7192,7195 ****
--- 7316,7320 ----
static swig_type_info _swigt__p_FXRbPNGImage[] = {{"_p_FXRbPNGImage", 0, "FXRbPNGImage *"},{"_p_FXRbPNGImage"},{0}};
static swig_type_info _swigt__p_FXTGAImage[] = {{"_p_FXTGAImage", 0, "FXTGAImage *"},{"_p_FXTGAImage"},{"_p_FXRbTGAImage", _p_FXRbTGAImageTo_p_FXTGAImage},{0}};
+ static swig_type_info _swigt__p_FXMemoryBuffer[] = {{"_p_FXMemoryBuffer", 0, "FXMemoryBuffer *"},{"_p_FXMemoryBuffer"},{0}};
static swig_type_info _swigt__p_FXRbTGAImage[] = {{"_p_FXRbTGAImage", 0, "FXRbTGAImage *"},{"_p_FXRbTGAImage"},{0}};
***************
*** 7199,7202 ****
--- 7324,7328 ----
_swigt__p_FXRbImage,
_swigt__p_FXRbRGBImage,
+ _swigt__p_FXuchar,
_swigt__p_FXBitmap,
_swigt__p_FXRbBitmap,
***************
*** 7223,7226 ****
--- 7349,7353 ----
_swigt__p_FXRbPNGImage,
_swigt__p_FXTGAImage,
+ _swigt__p_FXMemoryBuffer,
_swigt__p_FXRbTGAImage,
0
***************
*** 7283,7286 ****
--- 7410,7425 ----
cFXBitmap.mark = (void (*)(void *)) FXRbBitmap::markfunc;
cFXBitmap.destroy = (void (*)(void *)) free_FXRbBitmap;
+
+ cFXMemoryBuffer.klass = rb_define_class_under(mFox, "FXMemoryBuffer", rb_cObject);
+ SWIG_TypeClientData(SWIGTYPE_p_FXMemoryBuffer, (void *) &cFXMemoryBuffer);
+ rb_define_singleton_method(cFXMemoryBuffer.klass, "new", VALUEFUNC(_wrap_new_FXMemoryBuffer), -1);
+ rb_define_method(cFXMemoryBuffer.klass, "initialize", VALUEFUNC(_wrap_FXMemoryBuffer_initialize), -1);
+ rb_define_method(cFXMemoryBuffer.klass, "getData", VALUEFUNC(_wrap_FXMemoryBuffer_getData), -1);
+ rb_define_method(cFXMemoryBuffer.klass, "getSize", VALUEFUNC(_wrap_FXMemoryBuffer_getSize), -1);
+ rb_define_method(cFXMemoryBuffer.klass, "[]", VALUEFUNC(_wrap_FXMemoryBuffer___getitem__), -1);
+ rb_define_method(cFXMemoryBuffer.klass, "[]=", VALUEFUNC(_wrap_FXMemoryBuffer___setitem__), -1);
+ rb_define_method(cFXMemoryBuffer.klass, "to_s", VALUEFUNC(_wrap_FXMemoryBuffer_to_s), -1);
+ cFXMemoryBuffer.mark = 0;
+ cFXMemoryBuffer.destroy = (void (*)(void *)) free_FXMemoryBuffer;
rb_define_const(mFox,"IMAGE_KEEP", INT2NUM(IMAGE_KEEP));
rb_define_const(mFox,"IMAGE_OWNED", INT2NUM(IMAGE_OWNED));
Index: layout_wrap.cpp
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/layout_wrap.cpp,v
retrieving revision 1.8.2.7
retrieving revision 1.8.2.8
diff -C2 -d -r1.8.2.7 -r1.8.2.8
*** layout_wrap.cpp 6 May 2002 19:16:09 -0000 1.8.2.7
--- layout_wrap.cpp 8 May 2002 16:50:44 -0000 1.8.2.8
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.12u-20020506-1331
*
* 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-20020508-1104
*
* 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.7
retrieving revision 1.36.2.8
diff -C2 -d -r1.36.2.7 -r1.36.2.8
*** mdi_wrap.cpp 6 May 2002 19:16:09 -0000 1.36.2.7
--- mdi_wrap.cpp 8 May 2002 16:50:44 -0000 1.36.2.8
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.12u-20020506-1331
*
* 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-20020508-1104
*
* 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.8
retrieving revision 1.41.2.9
diff -C2 -d -r1.41.2.8 -r1.41.2.9
*** opengl_wrap.cpp 6 May 2002 19:16:12 -0000 1.41.2.8
--- opengl_wrap.cpp 8 May 2002 16:50:47 -0000 1.41.2.9
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.12u-20020506-1331
*
* 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-20020508-1104
*
* This file is not intended to be easily readable and contains a number of
***************
*** 8976,8980 ****
_wrap_FX_GLViewer_getBackgroundColor(int argc, VALUE *argv, VALUE self) {
FXGLViewer *arg1 ;
! SwigValueWrapper< FXHVec > result;
VALUE vresult = Qnil;
--- 8976,8980 ----
_wrap_FX_GLViewer_getBackgroundColor(int argc, VALUE *argv, VALUE self) {
FXGLViewer *arg1 ;
! FXHVec result;
VALUE vresult = Qnil;
***************
*** 9018,9022 ****
_wrap_FX_GLViewer_getAmbientColor(int argc, VALUE *argv, VALUE self) {
FXGLViewer *arg1 ;
! SwigValueWrapper< FXHVec > result;
VALUE vresult = Qnil;
--- 9018,9022 ----
_wrap_FX_GLViewer_getAmbientColor(int argc, VALUE *argv, VALUE self) {
FXGLViewer *arg1 ;
! FXHVec result;
VALUE vresult = Qnil;
Index: scintilla_wrap.cpp
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/scintilla_wrap.cpp,v
retrieving revision 1.16.2.3
retrieving revision 1.16.2.4
diff -C2 -d -r1.16.2.3 -r1.16.2.4
*** scintilla_wrap.cpp 6 May 2002 19:16:16 -0000 1.16.2.3
--- scintilla_wrap.cpp 8 May 2002 16:50:48 -0000 1.16.2.4
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.12u-20020506-1331
*
* 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-20020508-1104
*
* 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.7
retrieving revision 1.9.2.8
diff -C2 -d -r1.9.2.7 -r1.9.2.8
*** ui_wrap.cpp 6 May 2002 19:16:17 -0000 1.9.2.7
--- ui_wrap.cpp 8 May 2002 16:50:48 -0000 1.9.2.8
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.12u-20020506-1331
*
* 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-20020508-1104
*
* This file is not intended to be easily readable and contains a number of
|