Update of /cvsroot/fxruby/FXRuby/swig-interfaces
In directory usw-pr-cvs1:/tmp/cvs-serv18291
Modified Files:
Tag: release10
FXApp.i
Log Message:
Corrected the %rename directive for FXRbApp::setThreadsEnabled().
Index: FXApp.i
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXApp.i,v
retrieving revision 1.38.2.3
retrieving revision 1.38.2.4
diff -C2 -d -r1.38.2.3 -r1.38.2.4
*** FXApp.i 30 Apr 2002 19:02:41 -0000 1.38.2.3
--- FXApp.i 1 May 2002 14:18:06 -0000 1.38.2.4
***************
*** 521,525 ****
%exception FXRbApp::FXRbApp "$action FXRbRegisterRubyObj(self, result);";
! %rename("threadsEnabled=") FXRbApp::setThreadsEnabled();
%rename("threadsEnabled?") FXRbApp::threadsEnabled() const;
--- 521,525 ----
%exception FXRbApp::FXRbApp "$action FXRbRegisterRubyObj(self, result);";
! %rename("threadsEnabled=") FXRbApp::setThreadsEnabled(FXbool);
%rename("threadsEnabled?") FXRbApp::threadsEnabled() const;
|