Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5608/wxLua/bindings/wxwidgets
Modified Files:
defsutil.i
Log Message:
simplified binding generator and write bindings out alphabetically
use #elif statements to guarantee there is only one item with the same name
Index: defsutil.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/defsutil.i,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** defsutil.i 14 Mar 2007 05:08:09 -0000 1.37
--- defsutil.i 15 Mar 2007 23:24:50 -0000 1.38
***************
*** 166,170 ****
%function wxString wxGetHomeDir()
%function wxString wxGetHostName()
- %function wxString wxGetUserId()
%function wxString wxGetOsDescription()
// %override [int version, int major, int minor] wxGetOsVersion()
--- 166,169 ----
***************
*** 180,187 ****
// Dialog functions - see dialogs.i
! %function void wxBeginBusyCursor(wxCursor *cursor = wxLua_wxHOURGLASS_CURSOR)
! %function void wxBell()
! %function void wxEndBusyCursor()
! %function bool wxIsBusy()
//-----------------------------------------------------------------------------
--- 179,186 ----
// Dialog functions - see dialogs.i
! //%function void wxBeginBusyCursor(wxCursor *cursor = wxLua_wxHOURGLASS_CURSOR)
! //%function void wxBell()
! //%function void wxEndBusyCursor()
! //%function bool wxIsBusy()
//-----------------------------------------------------------------------------
|