From: John L. <jr...@us...> - 2008-12-05 04:31:36
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5399/wxLua/modules/wxbind/src Modified Files: wxcore_bind.cpp Log Message: Added wxFIXED_MINSIZE Index: wxcore_bind.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/wxcore_bind.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** wxcore_bind.cpp 4 Dec 2008 05:12:38 -0000 1.19 --- wxcore_bind.cpp 5 Dec 2008 04:31:31 -0000 1.20 *************** *** 1056,1059 **** --- 1056,1063 ---- { "wxFIXED_LENGTH", wxFIXED_LENGTH }, + #if wxCHECK_VERSION(2,8,8) + { "wxFIXED_MINSIZE", wxFIXED_MINSIZE }, + #endif // wxCHECK_VERSION(2,8,8) + #if (wxLUA_USE_wxSizer) && (wxCHECK_VERSION(2,8,0)) { "wxFLEX_GROWMODE_ALL", wxFLEX_GROWMODE_ALL }, *************** *** 1972,1975 **** --- 1976,1983 ---- #endif // wxLUA_USE_wxRadioButton && wxUSE_RADIOBTN + #if wxCHECK_VERSION(2,8,8) + { "wxRESERVE_SPACE_EVEN_IF_HIDDEN", wxRESERVE_SPACE_EVEN_IF_HIDDEN }, + #endif // wxCHECK_VERSION(2,8,8) + { "wxRESET", wxRESET }, |