Update of /cvsroot/wxlua/wxLua/bindings/wxstc
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4198/wxLua/bindings/wxstc
Modified Files:
wxstc_datatypes.lua
Log Message:
add back wxWizard in dialogs.i
Index: wxstc_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** wxstc_datatypes.lua 14 May 2006 13:11:49 -0000 1.21
--- wxstc_datatypes.lua 15 May 2006 22:57:29 -0000 1.22
***************
*** 2871,2874 ****
--- 2871,2902 ----
Name = "wxWindowVariant",
},
+ wxWizard = {
+ BaseClass = "wxDialog",
+ Condition = "wxLUA_USE_wxWizard",
+ DefType = "class",
+ Intrinsic = false,
+ Name = "wxWizard",
+ },
+ wxWizardEvent = {
+ BaseClass = "wxNotifyEvent",
+ Condition = "wxLUA_USE_wxWizard",
+ DefType = "class",
+ Intrinsic = false,
+ Name = "wxWizardEvent",
+ },
+ wxWizardPage = {
+ BaseClass = "wxPanel",
+ Condition = "wxLUA_USE_wxWizard",
+ DefType = "class",
+ Intrinsic = false,
+ Name = "wxWizardPage",
+ },
+ wxWizardPageSimple = {
+ BaseClass = "wxWizardPage",
+ Condition = "wxLUA_USE_wxWizard",
+ DefType = "class",
+ Intrinsic = false,
+ Name = "wxWizardPageSimple",
+ },
wxWord = {
DefType = "wxtypedef",
|