Update of /cvsroot/wxlua/wxLua/bindings/wxstc
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16936/wxLua/bindings/wxstc
Modified Files:
wxstc_datatypes.lua
Log Message:
update to wxWidgets 2.8 using C++ headers
Make wxConfig::Read return [bool, value] not the other way around
Index: wxstc_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** wxstc_datatypes.lua 9 Mar 2007 00:15:11 -0000 1.46
--- wxstc_datatypes.lua 9 Mar 2007 06:10:14 -0000 1.47
***************
*** 77,80 ****
--- 77,85 ----
Name = "PVOID",
},
+ Propagation_state = {
+ DefType = "enum",
+ IsNumber = true,
+ Name = "Propagation_state",
+ },
WXTYPE = {
DefType = "number",
***************
*** 2471,2474 ****
--- 2476,2489 ----
Name = "wxProgressDialog",
},
+ wxPropagateOnce = {
+ DefType = "class",
+ IsNumber = false,
+ Name = "wxPropagateOnce",
+ },
+ wxPropagationDisabler = {
+ DefType = "class",
+ IsNumber = false,
+ Name = "wxPropagationDisabler",
+ },
wxProtocol = {
BaseClass = "wxSocketClient",
***************
*** 3480,3483 ****
--- 3495,3499 ----
["%wxchkver_2_7_1"] = "wxCHECK_VERSION(2,7,1)",
["%wxchkver_2_8"] = "wxCHECK_VERSION(2,8,0)",
+ ["%wxchkver_2_8_1"] = "wxCHECK_VERSION(2,8,1)",
["%wxcompat_2_4"] = "(defined(WXWIN_COMPATIBILITY_2_4) && WXWIN_COMPATIBILITY_2_4)",
["%wxcompat_2_6"] = "(defined(WXWIN_COMPATIBILITY_2_6) && WXWIN_COMPATIBILITY_2_6)",
|