From: John L. <jr...@us...> - 2006-12-19 06:18:06
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15689/wxLua/docs Modified Files: wxluaref.html Log Message: update wxluaref.html add wxIconBundle Index: wxluaref.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxluaref.html,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** wxluaref.html 7 Dec 2006 06:37:11 -0000 1.11 --- wxluaref.html 19 Dec 2006 06:18:02 -0000 1.12 *************** *** 7,11 **** </head> <body> ! <h1>wxLua 2.6.3.0 Class Reference for wxWidgets 2.6.3</h1> <h2>wxWidgets Classes</h2> <a href="#wxANIHandler">wxANIHandler</a> - (Not in wxWidgets reference manual)<br> --- 7,11 ---- </head> <body> ! <h1>wxLua 2.8.0.0 Class Reference for wxWidgets 2.8.0</h1> <h2>wxWidgets Classes</h2> [...4919 lines suppressed...] <font color=#AA0000><font size=+1><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <b><a name="wxXmlResource">wxXmlResource</a></b>, <a href="#wxObject">wxObject</a></font></font><blockquote> --- 13228,13232 ---- <br> //-----------------------------------------------------------------------------<br> ! // <a href="#wxXmlResource">wxXmlResource</a><br> <br> <font color=#AA0000><font size=+1><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <b><a name="wxXmlResource">wxXmlResource</a></b>, <a href="#wxObject">wxObject</a></font></font><blockquote> *************** *** 16404,16408 **** <br> // The following methods are nearly equivallent to their similarly named<br> ! // cousins above. The difference is that these methods bypass wxString<br> // and always use a char* even if used in a unicode build of wxWidgets.<br> // In that case the character data will be utf-8 encoded since that is<br> --- 16422,16426 ---- <br> // The following methods are nearly equivallent to their similarly named<br> ! // cousins above. The difference is that these methods bypass <a href="#wxString">wxString</a><br> // and always use a char* even if used in a unicode build of wxWidgets.<br> // In that case the character data will be utf-8 encoded since that is<br> |