From: John L. <jr...@us...> - 2006-05-16 04:55:36
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26082/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: add more classes from 2.6.3 Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** wxstc_datatypes.lua 15 May 2006 22:57:29 -0000 1.22 --- wxstc_datatypes.lua 16 May 2006 04:55:32 -0000 1.23 *************** *** 307,310 **** --- 307,329 ---- Name = "wxBrushList", }, + wxBufferedDC = { + BaseClass = "wxMemoryDC", + Condition = "wxLUA_USE_wxDC", + DefType = "class", + Intrinsic = false, + Name = "wxBufferedDC", + }, + wxBufferedPaintDC = { + BaseClass = "wxBufferedDC", + Condition = "wxLUA_USE_wxDC", + DefType = "class", + Intrinsic = false, + Name = "wxBufferedPaintDC", + }, + wxBusyCursor = { + DefType = "class", + Intrinsic = false, + Name = "wxBusyCursor", + }, wxButton = { BaseClass = "wxControl", *************** *** 353,357 **** }, wxCalendarEvent = { ! BaseClass = "wxEvent", Condition = "wxLUA_USE_wxCalendarCtrl", DefType = "class", --- 372,376 ---- }, wxCalendarEvent = { ! BaseClass = "wxDateEvent", Condition = "wxLUA_USE_wxCalendarCtrl", DefType = "class", *************** *** 603,606 **** --- 622,632 ---- Name = "wxDataObjectSimple", }, + wxDateEvent = { + BaseClass = "wxCommandEvent", + Condition = "wxLUA_USE_wxCalendarCtrl", + DefType = "class", + Intrinsic = false, + Name = "wxDateEvent", + }, wxDateSpan = { Condition = "wxLUA_USE_wxDateSpan", *************** *** 1444,1447 **** --- 1470,1479 ---- Name = "wxIcon", }, + wxIconizeEvent = { + BaseClass = "wxEvent", + DefType = "class", + Intrinsic = false, + Name = "wxIconizeEvent", + }, wxIdleEvent = { BaseClass = "wxEvent", *************** *** 1744,1747 **** --- 1776,1785 ---- Name = "wxMask", }, + wxMaximizeEvent = { + BaseClass = "wxEvent", + DefType = "class", + Intrinsic = false, + Name = "wxMaximizeEvent", + }, wxMemoryDC = { BaseClass = "wxDC", *************** *** 1819,1822 **** --- 1857,1873 ---- Name = "wxMiniFrame", }, + wxMirrorDC = { + BaseClass = "wxDC", + Condition = "wxLUA_USE_wxDC", + DefType = "class", + Intrinsic = false, + Name = "wxMirrorDC", + }, + wxMouseCaptureChangedEvent = { + BaseClass = "wxEvent", + DefType = "class", + Intrinsic = false, + Name = "wxMouseCaptureChangedEvent", + }, wxMouseEvent = { BaseClass = "wxEvent", *************** *** 2279,2282 **** --- 2330,2339 ---- Name = "wxSeekMode", }, + wxSetCursorEvent = { + BaseClass = "wxEvent", + DefType = "class", + Intrinsic = false, + Name = "wxSetCursorEvent", + }, wxSignal = { DefType = "enum", *************** *** 2674,2677 **** --- 2731,2741 ---- Name = "wxTimerEvent", }, + wxToggleButton = { + BaseClass = "wxControl", + Condition = "wxLUA_USE_wxButton", + DefType = "class", + Intrinsic = false, + Name = "wxToggleButton", + }, wxToolBar = { BaseClass = "wxToolBarBase", *************** *** 2848,2851 **** --- 2912,2921 ---- Name = "wxWindow", }, + wxWindowCreateEvent = { + BaseClass = "wxCommandEvent", + DefType = "class", + Intrinsic = false, + Name = "wxWindowCreateEvent", + }, wxWindowDC = { BaseClass = "wxDC", *************** *** 2855,2858 **** --- 2925,2939 ---- Name = "wxWindowDC", }, + wxWindowDestroyEvent = { + BaseClass = "wxCommandEvent", + DefType = "class", + Intrinsic = false, + Name = "wxWindowDestroyEvent", + }, + wxWindowDisabler = { + DefType = "class", + Intrinsic = false, + Name = "wxWindowDisabler", + }, wxWindowID = { DefType = "wxtypedef", |