From: John L. <jr...@us...> - 2009-05-28 05:49:39
|
Update of /cvsroot/wxlua/wxLua/docs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20367/docs Modified Files: wxlua.html Log Message: Start to colorize it Index: wxlua.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** wxlua.html 24 May 2009 22:37:53 -0000 1.43 --- wxlua.html 28 May 2009 05:49:21 -0000 1.44 *************** *** 1,20 **** <!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"></head><body> <h2><u>wxLua 2.8.10 - Documentation</u></h2> <a href="http://wxlua.sourceforge.net">wxLua</a> is a <a href="http://www.lua.org">Lua</a> [...4476 lines suppressed...] ! <li>Run a Lua file from disk.</li> ! <li>Returns Lua's error code LUA_ERRXXX or 0 on success</li> ! </ul> ! <li>int LuaPCall(int narg, int nresults)</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 success</li> + </ul> + <li>There are many + other functions which are documented in <i>wxLua/modules/wxlua/include/wxlstate.h</i>.</li> </ul> ! </body></html> \ No newline at end of file |