From: John L. <jr...@us...> - 2006-05-16 03:42:06
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1431/website Modified Files: docs.php Log Message: add wxlua reference Index: docs.php =================================================================== RCS file: /cvsroot/wxlua/website/docs.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** docs.php 3 May 2006 04:40:18 -0000 1.11 --- docs.php 16 May 2006 03:42:02 -0000 1.12 *************** *** 10,13 **** --- 10,15 ---- <p>Read the <a href="docs/wxlua.html">wxLua documentation</a> that describes programming in lua and wxLua as well as how to use the wxLua library in a C++ program.</p> + <p>The <a href="docs/wxluaref.html">wxLua class reference</a> has a complete list of classes + and datatypes from wxWidgets that wxLua wraps.</p> <h1 id="lua">Lua documentation</h1> |