From: John L. <jr...@us...> - 2008-01-01 18:27:53
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16544/docs Modified Files: wxluaref.html Log Message: fix colorizing comments Index: wxluaref.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxluaref.html,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** wxluaref.html 22 Dec 2007 06:07:09 -0000 1.45 --- wxluaref.html 1 Jan 2008 18:27:48 -0000 1.46 *************** *** 12069,12073 **** <font color=#009900>// C++ Func: <a href="#wxBitmap">wxBitmap</a>(const char bits[], int width, int height, int depth = 1)</font><br> <font color=#009900>// Creates a bitmap from an array of bits in the form of a Lua string.</font><br> ! <font color=#BB0055> <i>%override_name</i> wxLua_wxBitmapFromBits_constructor <a href="#wxBitmap">wxBitmap</a>(const char* mono_bits, int width, int height, int depth <font col</font>or=#888888>/* = 1 */);</font><br> <br> <font color=#BB0055> <font color=#009900>// <i>%override</i> <a href="#wxBitmap">wxBitmap</a>(LuaTable stringTable where each index is a row in the image)</font></font><br> --- 12069,12073 ---- <font color=#009900>// C++ Func: <a href="#wxBitmap">wxBitmap</a>(const char bits[], int width, int height, int depth = 1)</font><br> <font color=#009900>// Creates a bitmap from an array of bits in the form of a Lua string.</font><br> ! <font color=#BB0055> <i>%override_name</i> wxLua_wxBitmapFromBits_constructor <a href="#wxBitmap">wxBitmap</a>(const char* mono_bits, int width, int height, int depth <font color=#888888>/* = 1 */</font>);</font><br> <br> <font color=#BB0055> <font color=#009900>// <i>%override</i> <a href="#wxBitmap">wxBitmap</a>(LuaTable stringTable where each index is a row in the image)</font></font><br> *************** *** 12077,12081 **** <font color=#BB0055> <font color=#009900>// <i>%override</i> <a href="#wxBitmap">wxBitmap</a>(Lua string of data, int type, int width, int height, int depth = -1)</font></font><br> <font color=#009900>// C++ Func: <a href="#wxBitmap">wxBitmap</a>(const void* data, int type, int width, int height, int depth = -1)</font><br> ! <font color=#BB0055> <i>%override_name</i> wxLua_wxBitmapFromData_constructor <i>%win</i> <a href="#wxBitmap">wxBitmap</a>(const <a href="#wxString">wxString</a>& data, int type, int width, int height, int depth <font colo</font>r=#888888>/* = -1 */)</font><br> <br> <font color=#009900>//<i>%win</i> static void AddHandler(wxBitmapHandler* handler)</font><br> --- 12077,12081 ---- <font color=#BB0055> <font color=#009900>// <i>%override</i> <a href="#wxBitmap">wxBitmap</a>(Lua string of data, int type, int width, int height, int depth = -1)</font></font><br> <font color=#009900>// C++ Func: <a href="#wxBitmap">wxBitmap</a>(const void* data, int type, int width, int height, int depth = -1)</font><br> ! <font color=#BB0055> <i>%override_name</i> wxLua_wxBitmapFromData_constructor <i>%win</i> <a href="#wxBitmap">wxBitmap</a>(const <a href="#wxString">wxString</a>& data, int type, int width, int height, int depth <font color=#888888>/* = -1 */</font>)</font><br> <br> <font color=#009900>//<i>%win</i> static void AddHandler(wxBitmapHandler* handler)</font><br> |