From: John L. <jr...@us...> - 2008-12-05 04:31:36
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5399/wxLua/bindings/wxwidgets Modified Files: wx_datatypes.lua wxcore_defsutils.i Log Message: Added wxFIXED_MINSIZE Index: wx_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wx_datatypes.lua,v retrieving revision 1.97 retrieving revision 1.98 diff -C2 -d -r1.97 -r1.98 *** wx_datatypes.lua 4 Dec 2008 05:12:38 -0000 1.97 --- wx_datatypes.lua 5 Dec 2008 04:31:30 -0000 1.98 *************** *** 4453,4456 **** --- 4453,4457 ---- ["%wxchkver_2_8_5"] = "wxCHECK_VERSION(2,8,5)", ["%wxchkver_2_8_6"] = "wxCHECK_VERSION(2,8,6)", + ["%wxchkver_2_8_8"] = "wxCHECK_VERSION(2,8,8)", ["%wxcompat_2_4"] = "(defined(WXWIN_COMPATIBILITY_2_4) && WXWIN_COMPATIBILITY_2_4)", ["%wxcompat_2_6"] = "(defined(WXWIN_COMPATIBILITY_2_6) && WXWIN_COMPATIBILITY_2_6)", Index: wxcore_defsutils.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxcore_defsutils.i,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxcore_defsutils.i 18 Dec 2007 01:03:32 -0000 1.4 --- wxcore_defsutils.i 5 Dec 2008 04:31:30 -0000 1.5 *************** *** 454,459 **** wxEXPAND wxSHAPED - wxADJUST_MINSIZE wxTILE %endenum --- 454,463 ---- wxEXPAND wxSHAPED wxTILE + + wxADJUST_MINSIZE // deprecated after 2.4 and takes the value of 0 + + %wxchkver_2_8_8 wxFIXED_MINSIZE + %wxchkver_2_8_8 wxRESERVE_SPACE_EVEN_IF_HIDDEN %endenum |