Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv22233/wxLua/bindings/wxwidgets
Modified Files:
wx_datatypes.lua wxcore_defsutils.i
Log Message:
Add wxShutdown()
Rename lua -> Lua
Index: wx_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wx_datatypes.lua,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** wx_datatypes.lua 6 Aug 2007 01:46:32 -0000 1.84
--- wx_datatypes.lua 7 Aug 2007 20:23:25 -0000 1.85
***************
*** 3356,3359 ****
--- 3356,3364 ----
Name = "wxShowEvent",
},
+ wxShutdownFlags = {
+ DefType = "enum",
+ IsNumber = true,
+ Name = "wxShutdownFlags",
+ },
wxSignal = {
Condition = "wxLUA_USE_wxProcess",
Index: wxcore_defsutils.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxcore_defsutils.i,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wxcore_defsutils.i 1 Aug 2007 03:21:23 -0000 1.2
--- wxcore_defsutils.i 7 Aug 2007 20:23:25 -0000 1.3
***************
*** 115,121 ****
%function bool wxShell(const wxString& command = "")
! //%define wxSHUTDOWN_POWEROFF
! //%define wxSHUTDOWN_REBOOT
! //%function bool wxShutdown(wxShutdownFlags flags)
// ---------------------------------------------------------------------------
--- 115,125 ----
%function bool wxShell(const wxString& command = "")
!
! %enum wxShutdownFlags
! wxSHUTDOWN_POWEROFF
! wxSHUTDOWN_REBOOT
! %endenum
!
! %function bool wxShutdown(wxShutdownFlags flags)
// ---------------------------------------------------------------------------
|