[Fxruby-commits] CVS: FXRuby/swig-interfaces FXFrame.i,1.12,1.13
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-07-11 17:19:30
|
Update of /cvsroot/fxruby/FXRuby/swig-interfaces In directory usw-pr-cvs1:/tmp/cvs-serv6462 Modified Files: FXFrame.i Log Message: Changed DEFAULT_PAD from a #define to a const FXint. Index: FXFrame.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXFrame.i,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** FXFrame.i 19 Mar 2002 23:18:40 -0000 1.12 --- FXFrame.i 11 Jul 2002 17:19:27 -0000 1.13 *************** *** 22,26 **** // Default padding ! #define DEFAULT_PAD 2 %exception FXFrame::FXFrame "$action FXRbRegisterRubyObj(self, result);"; --- 22,26 ---- // Default padding ! const FXint DEFAULT_PAD = 2; %exception FXFrame::FXFrame "$action FXRbRegisterRubyObj(self, result);"; |