From: John L. <jr...@us...> - 2008-01-10 23:06:57
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20968/wxLua/docs Modified Files: binding.html Log Message: Renamed wxcore_wxlprint to wxcore_wxlcore and wxhtml_wxlhtmlwin to wxhtml_wxlhtml since these files contain more than just printing or the htmlwin. Updated configure.ac to check for $WXSTEDIT shell env var and added --with-wxstedit-prefix to make it easier to specify where wxStEdit is. Index: binding.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/binding.html,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** binding.html 6 Aug 2007 01:46:32 -0000 1.26 --- binding.html 10 Jan 2008 23:06:24 -0000 1.27 *************** *** 233,238 **** this function you must also call the base class function for printing to operate correctly. The source code for the class ! wxLuaPrintout located in <i>modules/wxbind/include/wxcore_wxlprint.h</i> ! and <i>modules/wxbind/src/wxcore_wxlprint.cpp</i> and you should review it before reading further. You will also need to look --- 233,238 ---- this function you must also call the base class function for printing to operate correctly. The source code for the class ! wxLuaPrintout located in <i>modules/wxbind/include/wxcore_wxlcore.h</i> ! and <i>modules/wxbind/src/wxcore_wxlcore.cpp</i> and you should review it before reading further. You will also need to look *************** *** 894,896 **** %__X__<br> %__WXWINCE__<br> ! <br></body></html> \ No newline at end of file --- 894,896 ---- %__X__<br> %__WXWINCE__<br> ! <br></body></html> |