From: John L. <jr...@us...> - 2007-06-17 17:18:10
|
Update of /cvsroot/wxlua/wxLua/bindings/wxlua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14496/wxLua/bindings/wxlua Modified Files: wxlua.i Log Message: Cleanup in the bindings file, make comments more uniform for wxluaref.html Make the genidocs.lua nicer, better colors and have it use it's own rules file. It can be used to generate a generic ref manual for any bindings now. Index: wxlua.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxlua/wxlua.i,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxlua.i 16 Jun 2007 06:21:42 -0000 1.3 --- wxlua.i 17 Jun 2007 17:17:36 -0000 1.4 *************** *** 1,3 **** ! // ============================================================================ // Purpose: wxLua specific wrappers // Author: J Winwood, John Labenski --- 1,3 ---- ! // =========================================================================== // Purpose: wxLua specific wrappers // Author: J Winwood, John Labenski *************** *** 6,12 **** // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // ============================================================================ ! //----------------------------------------------------------------------------- // Compile the luaScript of the given name and return the lua error code, a message // and the line number (or -1) of the error. --- 6,12 ---- // Licence: wxWidgets licence // wxWidgets: Updated to 2.6.3 ! // =========================================================================== ! // --------------------------------------------------------------------------- // Compile the luaScript of the given name and return the lua error code, a message // and the line number (or -1) of the error. *************** *** 14,18 **** %function int CompileLuaScript(const wxString& luaScript, const wxString& fileName) ! //----------------------------------------------------------------------------- // Get information about the status of wxLua. // --- 14,18 ---- %function int CompileLuaScript(const wxString& luaScript, const wxString& fileName) ! // --------------------------------------------------------------------------- // Get information about the status of wxLua. // *************** *** 38,42 **** %function LuaTable GetTrackedWindows() ! //----------------------------------------------------------------------------- // Type information about the bindings or current userdata --- 38,42 ---- %function LuaTable GetTrackedWindows() ! // --------------------------------------------------------------------------- // Type information about the bindings or current userdata *************** *** 99,103 **** %function int wxlua_type(void* object) ! //----------------------------------------------------------------------------- // wxLuaBinding - This is NOT wrapped, but implemented in wxlbind.cpp --- 99,103 ---- %function int wxlua_type(void* object) ! // --------------------------------------------------------------------------- // wxLuaBinding - This is NOT wrapped, but implemented in wxlbind.cpp *************** *** 179,183 **** ! //----------------------------------------------------------------------------- // wxLuaState --- 179,183 ---- ! // --------------------------------------------------------------------------- // wxLuaState *************** *** 208,212 **** %endclass ! //----------------------------------------------------------------------------- // wxLuaObject - Allows Lua data items to be used for wxClientData. --- 208,212 ---- %endclass ! // --------------------------------------------------------------------------- // wxLuaObject - Allows Lua data items to be used for wxClientData. |