[Fxruby-commits] CVS: FXRuby/ext/fox core_wrap.cpp,1.62.2.19,1.62.2.20 dialogs_wrap.cpp,1.34.2.17,1.
Status: Inactive
Brought to you by:
lyle
|
From: Lyle J. <ly...@us...> - 2002-06-20 14:05:37
|
Update of /cvsroot/fxruby/FXRuby/ext/fox
In directory usw-pr-cvs1:/tmp/cvs-serv18369
Modified Files:
Tag: release10
core_wrap.cpp dialogs_wrap.cpp icons_wrap.cpp image_wrap.cpp
layout_wrap.cpp librb.c 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.19
retrieving revision 1.62.2.20
diff -C2 -d -r1.62.2.19 -r1.62.2.20
*** core_wrap.cpp 13 Jun 2002 15:08:58 -0000 1.62.2.19
--- core_wrap.cpp 20 Jun 2002 14:04:47 -0000 1.62.2.20
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.13u-20020611-0919
*
* 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.14u-20020619-1223
*
* This file is not intended to be easily readable and contains a number of
Index: dialogs_wrap.cpp
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/dialogs_wrap.cpp,v
retrieving revision 1.34.2.17
retrieving revision 1.34.2.18
diff -C2 -d -r1.34.2.17 -r1.34.2.18
*** dialogs_wrap.cpp 13 Jun 2002 15:09:10 -0000 1.34.2.17
--- dialogs_wrap.cpp 20 Jun 2002 14:04:57 -0000 1.34.2.18
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.13u-20020611-0919
*
* 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.14u-20020619-1223
*
* 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.18
retrieving revision 1.37.2.19
diff -C2 -d -r1.37.2.18 -r1.37.2.19
*** icons_wrap.cpp 13 Jun 2002 15:09:12 -0000 1.37.2.18
--- icons_wrap.cpp 20 Jun 2002 14:04:58 -0000 1.37.2.19
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.13u-20020611-0919
*
* 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.14u-20020619-1223
*
* 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.18
retrieving revision 1.39.2.19
diff -C2 -d -r1.39.2.18 -r1.39.2.19
*** image_wrap.cpp 13 Jun 2002 15:09:13 -0000 1.39.2.18
--- image_wrap.cpp 20 Jun 2002 14:04:59 -0000 1.39.2.19
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.13u-20020611-0919
*
* 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.14u-20020619-1223
*
* 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.17
retrieving revision 1.8.2.18
diff -C2 -d -r1.8.2.17 -r1.8.2.18
*** layout_wrap.cpp 13 Jun 2002 15:09:14 -0000 1.8.2.17
--- layout_wrap.cpp 20 Jun 2002 14:04:59 -0000 1.8.2.18
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.13u-20020611-0919
*
* 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.14u-20020619-1223
*
* This file is not intended to be easily readable and contains a number of
Index: librb.c
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/librb.c,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -C2 -d -r1.6.2.2 -r1.6.2.3
*** librb.c 30 May 2002 15:00:51 -0000 1.6.2.2
--- librb.c 20 Jun 2002 14:05:00 -0000 1.6.2.3
***************
*** 386,390 ****
SWIGRUNTIME(char *)
SWIG_UnpackData(char *c, void *ptr, int sz) {
! register unsigned char uu;
register int d;
unsigned char *u = (unsigned char *) ptr;
--- 386,390 ----
SWIGRUNTIME(char *)
SWIG_UnpackData(char *c, void *ptr, int sz) {
! register unsigned char uu = 0;
register int d;
unsigned char *u = (unsigned char *) ptr;
Index: mdi_wrap.cpp
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/mdi_wrap.cpp,v
retrieving revision 1.36.2.17
retrieving revision 1.36.2.18
diff -C2 -d -r1.36.2.17 -r1.36.2.18
*** mdi_wrap.cpp 13 Jun 2002 15:09:14 -0000 1.36.2.17
--- mdi_wrap.cpp 20 Jun 2002 14:05:00 -0000 1.36.2.18
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.13u-20020611-0919
*
* 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.14u-20020619-1223
*
* 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.18
retrieving revision 1.41.2.19
diff -C2 -d -r1.41.2.18 -r1.41.2.19
*** opengl_wrap.cpp 13 Jun 2002 15:09:16 -0000 1.41.2.18
--- opengl_wrap.cpp 20 Jun 2002 14:05:00 -0000 1.41.2.19
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.13u-20020611-0919
*
* 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.14u-20020619-1223
*
* This file is not intended to be easily readable and contains a number of
***************
*** 5716,5720 ****
}
static VALUE
! FXGLViewer_objectType_get(VALUE self) {
VALUE _val;
--- 5716,5720 ----
}
static VALUE
! FX_GLViewer_objectType_get(VALUE self) {
VALUE _val;
***************
*** 5724,5728 ****
static VALUE
! FXGLViewer_objectType_set(VALUE self, VALUE _val) {
FXGLViewer::objectType = NUM2UINT(_val);
return _val;
--- 5724,5728 ----
static VALUE
! FX_GLViewer_objectType_set(VALUE self, VALUE _val) {
FXGLViewer::objectType = NUM2UINT(_val);
return _val;
***************
*** 13978,13983 ****
rb_define_singleton_method(cFX_GLViewer.klass, "new", VALUEFUNC(_wrap_FX_GLViewer_allocate), -1);
rb_define_method(cFX_GLViewer.klass, "initialize", VALUEFUNC(_wrap_new_FX_GLViewer), -1);
! rb_define_singleton_method(cFX_GLViewer.klass, "objectType", VALUEFUNC(FXGLViewer_objectType_get), 0);
! rb_define_singleton_method(cFX_GLViewer.klass, "objectType=", VALUEFUNC(FXGLViewer_objectType_set), 1);
rb_define_method(cFX_GLViewer.klass, "onPaint", VALUEFUNC(_wrap_FX_GLViewer_onPaint), -1);
rb_define_method(cFX_GLViewer.klass, "onEnter", VALUEFUNC(_wrap_FX_GLViewer_onEnter), -1);
--- 13978,13983 ----
rb_define_singleton_method(cFX_GLViewer.klass, "new", VALUEFUNC(_wrap_FX_GLViewer_allocate), -1);
rb_define_method(cFX_GLViewer.klass, "initialize", VALUEFUNC(_wrap_new_FX_GLViewer), -1);
! rb_define_singleton_method(cFX_GLViewer.klass, "objectType", VALUEFUNC(FX_GLViewer_objectType_get), 0);
! rb_define_singleton_method(cFX_GLViewer.klass, "objectType=", VALUEFUNC(FX_GLViewer_objectType_set), 1);
rb_define_method(cFX_GLViewer.klass, "onPaint", VALUEFUNC(_wrap_FX_GLViewer_onPaint), -1);
rb_define_method(cFX_GLViewer.klass, "onEnter", VALUEFUNC(_wrap_FX_GLViewer_onEnter), -1);
Index: scintilla_wrap.cpp
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/scintilla_wrap.cpp,v
retrieving revision 1.16.2.12
retrieving revision 1.16.2.13
diff -C2 -d -r1.16.2.12 -r1.16.2.13
*** scintilla_wrap.cpp 13 Jun 2002 15:09:18 -0000 1.16.2.12
--- scintilla_wrap.cpp 20 Jun 2002 14:05:01 -0000 1.16.2.13
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.13u-20020611-0919
*
* 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.14u-20020619-1223
*
* 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.17
retrieving revision 1.9.2.18
diff -C2 -d -r1.9.2.17 -r1.9.2.18
*** ui_wrap.cpp 13 Jun 2002 15:09:19 -0000 1.9.2.17
--- ui_wrap.cpp 20 Jun 2002 14:05:02 -0000 1.9.2.18
***************
*** 1,5 ****
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
! * Version 1.3.13u-20020611-0919
*
* 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.14u-20020619-1223
*
* This file is not intended to be easily readable and contains a number of
***************
*** 1612,1616 ****
static void free_FXRbToolbarTab(FXRbToolbarTab *);
static VALUE
! FXWindow_deleteType_get(VALUE self) {
VALUE _val;
--- 1612,1616 ----
static void free_FXRbToolbarTab(FXRbToolbarTab *);
static VALUE
! FX_Window_deleteType_get(VALUE self) {
VALUE _val;
***************
*** 1620,1624 ****
static VALUE
! FXWindow_deleteType_set(VALUE self, VALUE _val) {
FXWindow::deleteType = NUM2UINT(_val);
return _val;
--- 1620,1624 ----
static VALUE
! FX_Window_deleteType_set(VALUE self, VALUE _val) {
FXWindow::deleteType = NUM2UINT(_val);
return _val;
***************
*** 1627,1631 ****
static VALUE
! FXWindow_textType_get(VALUE self) {
VALUE _val;
--- 1627,1631 ----
static VALUE
! FX_Window_textType_get(VALUE self) {
VALUE _val;
***************
*** 1635,1639 ****
static VALUE
! FXWindow_textType_set(VALUE self, VALUE _val) {
FXWindow::textType = NUM2UINT(_val);
return _val;
--- 1635,1639 ----
static VALUE
! FX_Window_textType_set(VALUE self, VALUE _val) {
FXWindow::textType = NUM2UINT(_val);
return _val;
***************
*** 1642,1646 ****
static VALUE
! FXWindow_stringType_get(VALUE self) {
VALUE _val;
--- 1642,1646 ----
static VALUE
! FX_Window_stringType_get(VALUE self) {
VALUE _val;
***************
*** 1650,1654 ****
static VALUE
! FXWindow_stringType_set(VALUE self, VALUE _val) {
FXWindow::stringType = NUM2UINT(_val);
return _val;
--- 1650,1654 ----
static VALUE
! FX_Window_stringType_set(VALUE self, VALUE _val) {
FXWindow::stringType = NUM2UINT(_val);
return _val;
***************
*** 1657,1661 ****
static VALUE
! FXWindow_colorType_get(VALUE self) {
VALUE _val;
--- 1657,1661 ----
static VALUE
! FX_Window_colorType_get(VALUE self) {
VALUE _val;
***************
*** 1665,1669 ****
static VALUE
! FXWindow_colorType_set(VALUE self, VALUE _val) {
FXWindow::colorType = NUM2UINT(_val);
return _val;
--- 1665,1669 ----
static VALUE
! FX_Window_colorType_set(VALUE self, VALUE _val) {
FXWindow::colorType = NUM2UINT(_val);
return _val;
***************
*** 1672,1676 ****
static VALUE
! FXWindow_urilistType_get(VALUE self) {
VALUE _val;
--- 1672,1676 ----
static VALUE
! FX_Window_urilistType_get(VALUE self) {
VALUE _val;
***************
*** 1680,1684 ****
static VALUE
! FXWindow_urilistType_set(VALUE self, VALUE _val) {
FXWindow::urilistType = NUM2UINT(_val);
return _val;
--- 1680,1684 ----
static VALUE
! FX_Window_urilistType_set(VALUE self, VALUE _val) {
FXWindow::urilistType = NUM2UINT(_val);
return _val;
***************
*** 63528,63532 ****
static VALUE
! FXTable_csvType_get(VALUE self) {
VALUE _val;
--- 63528,63532 ----
static VALUE
! FX_Table_csvType_get(VALUE self) {
VALUE _val;
***************
*** 63536,63540 ****
static VALUE
! FXTable_csvType_set(VALUE self, VALUE _val) {
FXTable::csvType = NUM2UINT(_val);
return _val;
--- 63536,63540 ----
static VALUE
! FX_Table_csvType_set(VALUE self, VALUE _val) {
FXTable::csvType = NUM2UINT(_val);
return _val;
***************
*** 63543,63547 ****
static VALUE
! FXTable_csvTypeName_get(VALUE self) {
VALUE _val;
--- 63543,63547 ----
static VALUE
! FX_Table_csvTypeName_get(VALUE self) {
VALUE _val;
***************
*** 100219,100232 ****
rb_define_singleton_method(cFX_Window.klass, "new", VALUEFUNC(_wrap_FX_Window_allocate), -1);
rb_define_method(cFX_Window.klass, "initialize", VALUEFUNC(_wrap_new_FX_Window), -1);
! rb_define_singleton_method(cFX_Window.klass, "deleteType", VALUEFUNC(FXWindow_deleteType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "deleteType=", VALUEFUNC(FXWindow_deleteType_set), 1);
! rb_define_singleton_method(cFX_Window.klass, "textType", VALUEFUNC(FXWindow_textType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "textType=", VALUEFUNC(FXWindow_textType_set), 1);
! rb_define_singleton_method(cFX_Window.klass, "stringType", VALUEFUNC(FXWindow_stringType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "stringType=", VALUEFUNC(FXWindow_stringType_set), 1);
! rb_define_singleton_method(cFX_Window.klass, "colorType", VALUEFUNC(FXWindow_colorType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "colorType=", VALUEFUNC(FXWindow_colorType_set), 1);
! rb_define_singleton_method(cFX_Window.klass, "urilistType", VALUEFUNC(FXWindow_urilistType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "urilistType=", VALUEFUNC(FXWindow_urilistType_set), 1);
rb_define_method(cFX_Window.klass, "onPaint", VALUEFUNC(_wrap_FX_Window_onPaint), -1);
rb_define_method(cFX_Window.klass, "onMap", VALUEFUNC(_wrap_FX_Window_onMap), -1);
--- 100219,100232 ----
rb_define_singleton_method(cFX_Window.klass, "new", VALUEFUNC(_wrap_FX_Window_allocate), -1);
rb_define_method(cFX_Window.klass, "initialize", VALUEFUNC(_wrap_new_FX_Window), -1);
! rb_define_singleton_method(cFX_Window.klass, "deleteType", VALUEFUNC(FX_Window_deleteType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "deleteType=", VALUEFUNC(FX_Window_deleteType_set), 1);
! rb_define_singleton_method(cFX_Window.klass, "textType", VALUEFUNC(FX_Window_textType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "textType=", VALUEFUNC(FX_Window_textType_set), 1);
! rb_define_singleton_method(cFX_Window.klass, "stringType", VALUEFUNC(FX_Window_stringType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "stringType=", VALUEFUNC(FX_Window_stringType_set), 1);
! rb_define_singleton_method(cFX_Window.klass, "colorType", VALUEFUNC(FX_Window_colorType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "colorType=", VALUEFUNC(FX_Window_colorType_set), 1);
! rb_define_singleton_method(cFX_Window.klass, "urilistType", VALUEFUNC(FX_Window_urilistType_get), 0);
! rb_define_singleton_method(cFX_Window.klass, "urilistType=", VALUEFUNC(FX_Window_urilistType_set), 1);
rb_define_method(cFX_Window.klass, "onPaint", VALUEFUNC(_wrap_FX_Window_onPaint), -1);
rb_define_method(cFX_Window.klass, "onMap", VALUEFUNC(_wrap_FX_Window_onMap), -1);
***************
*** 104292,104298 ****
rb_define_singleton_method(cFX_Table.klass, "new", VALUEFUNC(_wrap_FX_Table_allocate), -1);
rb_define_method(cFX_Table.klass, "initialize", VALUEFUNC(_wrap_new_FX_Table), -1);
! rb_define_singleton_method(cFX_Table.klass, "csvType", VALUEFUNC(FXTable_csvType_get), 0);
! rb_define_singleton_method(cFX_Table.klass, "csvType=", VALUEFUNC(FXTable_csvType_set), 1);
! rb_define_singleton_method(cFX_Table.klass, "csvTypeName", VALUEFUNC(FXTable_csvTypeName_get), 0);
rb_define_method(cFX_Table.klass, "onPaint", VALUEFUNC(_wrap_FX_Table_onPaint), -1);
rb_define_method(cFX_Table.klass, "onFocusIn", VALUEFUNC(_wrap_FX_Table_onFocusIn), -1);
--- 104292,104298 ----
rb_define_singleton_method(cFX_Table.klass, "new", VALUEFUNC(_wrap_FX_Table_allocate), -1);
rb_define_method(cFX_Table.klass, "initialize", VALUEFUNC(_wrap_new_FX_Table), -1);
! rb_define_singleton_method(cFX_Table.klass, "csvType", VALUEFUNC(FX_Table_csvType_get), 0);
! rb_define_singleton_method(cFX_Table.klass, "csvType=", VALUEFUNC(FX_Table_csvType_set), 1);
! rb_define_singleton_method(cFX_Table.klass, "csvTypeName", VALUEFUNC(FX_Table_csvTypeName_get), 0);
rb_define_method(cFX_Table.klass, "onPaint", VALUEFUNC(_wrap_FX_Table_onPaint), -1);
rb_define_method(cFX_Table.klass, "onFocusIn", VALUEFUNC(_wrap_FX_Table_onFocusIn), -1);
|