Update of /cvsroot/wxlua/wxLua/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23442/wxLua/docs
Modified Files:
wxlua.html
Log Message:
Update docs to 2.8 and some syntax fixes
Fix popping too many items from the stack when finding the wxLuaStateRefData from the lua_State
Index: wxlua.html
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** wxlua.html 28 Feb 2007 04:28:32 -0000 1.14
--- wxlua.html 27 Apr 2007 20:26:57 -0000 1.15
***************
*** 1,44 ****
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
! <html>
! <head>
!
! <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
! <title>wxLua Documentation</title>
!
!
! <meta content="John Labenski" name="author">
!
[...2591 lines suppressed...]
! the script as a string with the given name. The name
is only used if lua errors out and then the debug message will contain
! that name. </li> <li>Returns lua's error code LUA_ERRXXX
! or 0 on sucess</li> </ul> <li>int LuaDoBuffer(const
! char *buffer, size_t len, const char
! *name)</li> <ul> <li>Run a buffer, perhaps from
! bin2lua.lua, that you've
! compiled with your program.</li> <li>Returns lua's error
! code LUA_ERRXXX or 0 on sucess</li> </ul> <li>int
! LuaDoFile(const wxString &filename)</li> <ul> <li>Run
! a lua file from disk.</li> <li>Returns lua's error code
! LUA_ERRXXX or 0 on success</li> </ul> <li>int
! LuaCall(int narg, int clear)</li> <ul> <li>Uses
! lua_call to run a chunk on the stack, but sets
! things up for wxLua first.</li> <li>Returns lua's error
! code LUA_ERRXXX or 0 on sucess</li> </ul> <li>The
! other functions are documented in wxlstate.h.</li>
! </ul><br>
! </body></html>
\ No newline at end of file
|