From: John L. <jr...@us...> - 2008-01-17 18:26:31
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9816/wxLua/bindings/wxwidgets Modified Files: wx_datatypes.lua wxaui_aui.i Log Message: %wxchkver_2_8_6 for some wxAui items. Index: wx_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wx_datatypes.lua,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** wx_datatypes.lua 18 Dec 2007 01:03:32 -0000 1.90 --- wx_datatypes.lua 17 Jan 2008 18:26:27 -0000 1.91 *************** *** 4368,4371 **** --- 4368,4372 ---- ["%wxchkver_2_8_4"] = "wxCHECK_VERSION(2,8,4)", ["%wxchkver_2_8_5"] = "wxCHECK_VERSION(2,8,5)", + ["%wxchkver_2_8_6"] = "wxCHECK_VERSION(2,8,6)", ["%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: wxaui_aui.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxaui_aui.i,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxaui_aui.i 18 Dec 2007 01:03:32 -0000 1.3 --- wxaui_aui.i 17 Jan 2008 18:26:27 -0000 1.4 *************** *** 35,39 **** wxAUI_NB_CLOSE_ON_ACTIVE_TAB wxAUI_NB_CLOSE_ON_ALL_TABS ! wxAUI_NB_MIDDLE_CLICK_CLOSE wxAUI_NB_DEFAULT_STYLE //= wxAUI_NB_TOP|wxAUI_NB_TAB_SPLIT|wxAUI_NB_TAB_MOVE|wxAUI_NB_SCROLL_BUTTONS|wxAUI_NB_CLOSE_ON_ACTIVE_TAB|wxAUI_NB_MIDDLE_CLICK_CLOSE --- 35,39 ---- wxAUI_NB_CLOSE_ON_ACTIVE_TAB wxAUI_NB_CLOSE_ON_ALL_TABS ! %wxchkver_2_8_6 wxAUI_NB_MIDDLE_CLICK_CLOSE wxAUI_NB_DEFAULT_STYLE //= wxAUI_NB_TOP|wxAUI_NB_TAB_SPLIT|wxAUI_NB_TAB_MOVE|wxAUI_NB_SCROLL_BUTTONS|wxAUI_NB_CLOSE_ON_ACTIVE_TAB|wxAUI_NB_MIDDLE_CLICK_CLOSE *************** *** 215,220 **** void SetTabOffset(size_t offset); ! bool IsTabVisible(int tabPage, int tabOffset, wxDC* dc, wxWindow* wnd); ! void MakeTabVisible(int tabPage, wxWindow* win); %wxchkver_2_8_5 bool IsDragging() const --- 215,220 ---- void SetTabOffset(size_t offset); ! %wxchkver_2_8_6 bool IsTabVisible(int tabPage, int tabOffset, wxDC* dc, wxWindow* wnd); ! %wxchkver_2_8_6 void MakeTabVisible(int tabPage, wxWindow* win); %wxchkver_2_8_5 bool IsDragging() const |