Update of /cvsroot/wxlua/wxLua/modules/wxbind/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19284/wxLua/modules/wxbind/include
Modified Files:
wxbind.h
Log Message:
Add back the wxTreeCtrl into the stack dialog, on left of listctrl so
you get both for easier navigation.
Added functions to the wxlua.XXX table to get info about the status of wxLua
Use qsort and bsearch to find the class methods ~ %25 faster
Make wxLuaDebugData not always create it's ref data so it can !Ok()
Index: wxbind.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxbind.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** wxbind.h 14 Jun 2007 23:59:42 -0000 1.73
--- wxbind.h 16 Jun 2007 06:21:43 -0000 1.74
***************
*** 43,49 ****
// the current version of the bindings.
// See 'bindings/genwxbind.lua' and 'modules/wxlua/include/wxldefs.h'
! #if WXLUA_BINDING_VERSION > 13
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 13
// ---------------------------------------------------------------------------
--- 43,49 ----
// the current version of the bindings.
// See 'bindings/genwxbind.lua' and 'modules/wxlua/include/wxldefs.h'
! #if WXLUA_BINDING_VERSION > 14
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 14
// ---------------------------------------------------------------------------
|