From: John L. <jr...@us...> - 2007-06-30 00:12:54
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9448/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: Fix for MingW added in wxWidgets bindings for wxDefaultPoint and wxEVT_FILEPICKER/DIRPICKER... Rename the functions to get the type names from wxLua to match closer to the lua type() function, wxlua.i Change op_add_assign to just op_iadd (others as well) = op_assign is now op_set Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** wxstc_datatypes.lua 27 Jun 2007 19:56:28 -0000 1.70 --- wxstc_datatypes.lua 30 Jun 2007 00:12:20 -0000 1.71 *************** *** 3045,3048 **** --- 3045,3054 ---- Name = "wxRegionIterator", }, + wxRegionOp = { + Condition = "(wxLUA_USE_wxRegion) && (defined (wxHAS_REGION_COMBINE ))", + DefType = "enum", + IsNumber = true, + Name = "wxRegionOp", + }, wxRelationship = { Condition = "(wxLUA_USE_wxSizer) && (wxLUA_USE_wxLayoutConstraints && (!wxCHECK_VERSION(2,6,0)))", |