From: John L. <jr...@us...> - 2009-05-24 05:36:59
|
Update of /cvsroot/wxlua/wxLua/docs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4637/wxLua/docs Modified Files: wxluaref.html Log Message: Update ref manual for 2.8.10 Index: wxluaref.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxluaref.html,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** wxluaref.html 21 Oct 2008 04:23:18 -0000 1.51 --- wxluaref.html 24 May 2009 05:36:50 -0000 1.52 *************** *** 8,12 **** <body> ! <h1>wxLua 2.8.7.0 Reference Manual for wxWidgets 2.8.7</h1> <h2>Classes</h2> --- 8,12 ---- <body> ! <h1>wxLua 2.8.10.0 Reference Manual for wxWidgets 2.8.10</h1> <h2>Classes</h2> *************** *** 1379,1382 **** --- 1379,1387 ---- <td> <tr> + <td><a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a> + <td bgcolor=FFAAAA> + <td align="center" bgcolor=AAFFAA>X + <td> + <tr> <td><a href="#wxGridCellDateTimeRenderer">wxGridCellDateTimeRenderer</a> <td bgcolor=FFAAAA> *************** *** 1919,1922 **** --- 1924,1937 ---- <td> <tr> + <td><a href="#wxLuaDebuggerEvent">wxLuaDebuggerEvent</a> + <td bgcolor=FFAAAA> + <td align="center" bgcolor=AAFFAA>X + <td> + <tr> + <td><a href="#wxLuaDebuggerServer">wxLuaDebuggerServer</a> + <td bgcolor=FFAAAA> + <td align="center" bgcolor=AAFFAA>X + <td> + <tr> <td><a href="#wxLuaGridTableBase">wxLuaGridTableBase</a> <td bgcolor=FFAAAA> *************** *** 1944,1947 **** --- 1959,1967 ---- <td> <tr> + <td><a href="#wxLuaState">wxLuaState</a> + <td bgcolor=FFAAAA> + <td align="center" bgcolor=AAFFAA>X + <td> + <tr> <td><a href="#wxLuaTreeItemData">wxLuaTreeItemData</a> <td bgcolor=FFAAAA> *************** *** 2169,2172 **** --- 2189,2197 ---- <td> <tr> + <td><a href="#wxNotebookPage">wxNotebookPage</a> + <td bgcolor=FFAAAA> + <td align="center" bgcolor=AAFFAA>X + <td> + <tr> <td><a href="#wxNotebookSizer">wxNotebookSizer</a> <td align="center" bgcolor=AAFFAA>X *************** *** 3059,3062 **** --- 3084,3092 ---- <td> <tr> + <td><a href="#wxTextUrlEvent">wxTextUrlEvent</a> + <td bgcolor=FFAAAA> + <td align="center" bgcolor=AAFFAA>X + <td> + <tr> <td><a href="#wxTextValidator">wxTextValidator</a> <td align="center" bgcolor=AAFFAA>X *************** *** 3447,3450 **** --- 3477,3482 ---- <a href="#wxLocaleInfo">wxLocaleInfo</a><br> <a href="#wxLocaleInitFlags">wxLocaleInitFlags</a><br> + <a href="#wxLuaMethod_Type">wxLuaMethod_Type</a><br> + <a href="#wxLuaObject_Type">wxLuaObject_Type</a><br> <a href="#wxMediaCtrlPlayerControls">wxMediaCtrlPlayerControls</a><br> <a href="#wxMediaState">wxMediaState</a><br> *************** *** 3918,3923 **** <font color=#009900>// void wxLogTrace(wxTraceMask mask, const char *formatString, ...) - deprecated</font><br> <br> ! <i>%typedef</i> wxTraceMask unsigned long<br> ! <i>%typedef</i> wxLogLevel unsigned long<br> <br> <b><font size=+1 color=#0066CC><i>%enum</i> <font color=#009900>// wxLogLevel - uses these enums</font></font></b> --- 3950,3955 ---- <font color=#009900>// void wxLogTrace(wxTraceMask mask, const char *formatString, ...) - deprecated</font><br> <br> ! <i>%typedef</i> unsigned long wxTraceMask<br> ! <i>%typedef</i> unsigned long wxLogLevel<br> <br> <b><font size=+1 color=#0066CC><i>%enum</i> <font color=#009900>// wxLogLevel - uses these enums</font></font></b> *************** *** 4788,4791 **** --- 4820,4826 ---- void RemoveAt(size_t index)<br> void Shrink()<br> + <br> + <i>%operator</i> int operator[](size_t nIndex)<br> + <br> </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> <br> *************** *** 4825,4828 **** --- 4860,4866 ---- void Shrink()<br> void Sort(bool reverseOrder = false)<br> + <br> + <i>%operator</i> <a href="#wxString">wxString</a>& operator[](size_t nIndex)<br> + <br> </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> <br> *************** *** 5080,5084 **** </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <i>%typedef</i> wxDateTime::wxDateTime_t unsigned short<br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <i>%encapsulate</i> <a name="wxDateTime">wxDateTime</a></font></b> --- 5118,5122 ---- </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <i>%typedef</i> unsigned short wxDateTime::wxDateTime_t<br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <i>%encapsulate</i> <a name="wxDateTime">wxDateTime</a></font></b> *************** *** 6860,6864 **** </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <b><font size=+1 color=#DD0000><i>%class</i> <i>%noclassinfo</i> <i>%delete</i> <a name="wxFileSystem">wxFileSystem</a>, <a href="#wxObject">wxObject</a></font></b> <blockquote> <a href="#wxFileSystem">wxFileSystem</a>()<br> --- 6898,6902 ---- </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxFileSystem">wxFileSystem</a>, <a href="#wxObject">wxObject</a></font></b> <blockquote> <a href="#wxFileSystem">wxFileSystem</a>()<br> *************** *** 8457,8461 **** </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <i>%typedef</i> wxTextCoord long<br> <font color=#006666><i>%define</i> wxOutOfRangeTextCoord</font><br> <font color=#006666><i>%define</i> wxInvalidTextCoord</font><br> --- 8495,8499 ---- </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <i>%typedef</i> long wxTextCoord<br> <font color=#006666><i>%define</i> wxOutOfRangeTextCoord</font><br> <font color=#006666><i>%define</i> wxInvalidTextCoord</font><br> *************** *** 8591,8594 **** --- 8629,8648 ---- </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> <br> + <font color=#009900>// ---------------------------------------------------------------------------</font><br> + <font color=#009900>// <a href="#wxTextUrlEvent">wxTextUrlEvent</a></font><br> + <br> + <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxTextUrlEvent">wxTextUrlEvent</a>, <a href="#wxCommandEvent">wxCommandEvent</a></font></b> + <blockquote> + <br> + <font color=#006666> <i>%wxchkver_2_8_0</i> <i>%define_event</i> wxEVT_COMMAND_TEXT_URL <font color=#009900>// EVT_TEXT_URL(id, fn)</font></font><br> + <br> + <a href="#wxTextUrlEvent">wxTextUrlEvent</a>(int winid, const <a href="#wxMouseEvent">wxMouseEvent</a>& evtMouse, long start, long end)<br> + <br> + const <a href="#wxMouseEvent">wxMouseEvent</a>& GetMouseEvent() const<br> + long GetURLStart() const<br> + long GetURLEnd() const<br> + <br> + </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> + <br> <i>%endif</i> <font color=#009900>//wxLUA_USE_wxTextCtrl && wxUSE_TEXTCTRL</font><br> <br> *************** *** 9758,9763 **** wxEXPAND<br> wxSHAPED<br> - wxADJUST_MINSIZE<br> wxTILE<br> </font> </blockquote><font color=#0066CC><i>%endenum</i></font><br> --- 9812,9821 ---- wxEXPAND<br> wxSHAPED<br> wxTILE<br> + <br> + wxADJUST_MINSIZE <font color=#009900>// deprecated after 2.4 and takes the value of 0</font><br> + <br> + <i>%wxchkver_2_8_8</i> wxFIXED_MINSIZE<br> + <i>%wxchkver_2_8_8</i> wxRESERVE_SPACE_EVEN_IF_HIDDEN<br> </font> </blockquote><font color=#0066CC><i>%endenum</i></font><br> *************** *** 10497,10502 **** <font color=#006666> <i>%define_event</i> wxEVT_COMMAND_TEXT_ENTER <font color=#009900>// EVT_TEXT_ENTER(id, fn)</font></font><br> <font color=#006666> <i>%define_event</i> wxEVT_COMMAND_TEXT_UPDATED <font color=#009900>// EVT_TEXT(id, fn)</font></font><br> - <font color=#006666> <i>%define_event</i> wxEVT_COMMAND_TEXT_URL <font color=#009900>// EVT_TEXT_URL(id, fn)</font></font><br> <font color=#006666> <i>%define_event</i> wxEVT_COMMAND_TEXT_MAXLEN <font color=#009900>// EVT_TEXT_MAXLEN(id, fn)</font></font><br> <br> <font color=#006666> <i>%define_event</i> wxEVT_COMMAND_SPINCTRL_UPDATED <font color=#009900>// EVT_SPINCTRL(id, fn)</font></font><br> --- 10555,10560 ---- <font color=#006666> <i>%define_event</i> wxEVT_COMMAND_TEXT_ENTER <font color=#009900>// EVT_TEXT_ENTER(id, fn)</font></font><br> <font color=#006666> <i>%define_event</i> wxEVT_COMMAND_TEXT_UPDATED <font color=#009900>// EVT_TEXT(id, fn)</font></font><br> <font color=#006666> <i>%define_event</i> wxEVT_COMMAND_TEXT_MAXLEN <font color=#009900>// EVT_TEXT_MAXLEN(id, fn)</font></font><br> + <font color=#006666> !<i>%wxchkver_2_8_0</i> <i>%define_event</i> wxEVT_COMMAND_TEXT_URL <font color=#009900>// EVT_TEXT_URL(id, fn)</font></font><br> <br> <font color=#006666> <i>%define_event</i> wxEVT_COMMAND_SPINCTRL_UPDATED <font color=#009900>// EVT_SPINCTRL(id, fn)</font></font><br> *************** *** 11425,11429 **** <i>%operator</i> <a href="#wxPoint">wxPoint</a> operator-(const <a href="#wxSize">wxSize</a>& s) const <font color=#009900>//{ return <a href="#wxPoint">wxPoint</a>(x - s.GetWidth(), y - s.GetHeight()); }</font><br> <br> ! <i>%operator</i> <a href="#wxPoint">wxPoint</a> operator-() const { return <a href="#wxPoint">wxPoint</a>(-x, -y); }<br> </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> <br> --- 11483,11487 ---- <i>%operator</i> <a href="#wxPoint">wxPoint</a> operator-(const <a href="#wxSize">wxSize</a>& s) const <font color=#009900>//{ return <a href="#wxPoint">wxPoint</a>(x - s.GetWidth(), y - s.GetHeight()); }</font><br> <br> ! <i>%operator</i> <a href="#wxPoint">wxPoint</a> operator-() const <font color=#009900>//{ return <a href="#wxPoint">wxPoint</a>(-x, -y); }</font><br> </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> <br> *************** *** 12238,12242 **** <br> <i>%if</i> wxLUA_USE_wxIcon<br> ! <i>%typedef</i> WXHANDLE void*<br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxIcon">wxIcon</a>, <a href="#wxGDIObject">wxGDIObject</a></font></b> --- 12296,12300 ---- <br> <i>%if</i> wxLUA_USE_wxIcon<br> ! <i>%typedef</i> void* WXHANDLE<br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxIcon">wxIcon</a>, <a href="#wxGDIObject">wxGDIObject</a></font></b> *************** *** 12364,12368 **** <i>%if</i> wxLUA_USE_wxCursor<br> <br> ! <font color=#009900>//<i>%typedef</i> WXHANDLE void*</font><br> <br> <i>%include</i> "wx/cursor.h"<br> --- 12422,12426 ---- <i>%if</i> wxLUA_USE_wxCursor<br> <br> ! <font color=#009900>//<i>%typedef</i> void* WXHANDLE</font><br> <br> <i>%include</i> "wx/cursor.h"<br> *************** *** 12928,12931 **** --- 12986,12992 ---- void RemoveAt(size_t nIndex, size_t count = 1)<br> void Shrink()<br> + <br> + <i>%operator</i> <a href="#wxVideoMode">wxVideoMode</a>& operator[](size_t nIndex)<br> + <br> </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> <br> *************** *** 13176,13181 **** <i>%if</i> wxLUA_USE_Geometry && wxUSE_GEOMETRY<br> <br> ! <i>%typedef</i> wxInt32 int<br> ! <i>%typedef</i> wxDouble double<br> <br> <b><font size=+1 color=#0066CC><i>%enum</i> <a name="wxOutCode">wxOutCode</a></font></b> --- 13237,13242 ---- <i>%if</i> wxLUA_USE_Geometry && wxUSE_GEOMETRY<br> <br> ! <i>%typedef</i> int wxInt32<br> ! <i>%typedef</i> double wxDouble<br> <br> <b><font size=+1 color=#0066CC><i>%enum</i> <a name="wxOutCode">wxOutCode</a></font></b> *************** *** 13232,13235 **** --- 13293,13299 ---- <i>%operator</i> bool operator==(const <a href="#wxPoint2DInt">wxPoint2DInt</a>& pt) const<br> <font color=#009900>//bool operator!=(const <a href="#wxPoint2DInt">wxPoint2DInt</a>& pt) const</font><br> + <br> + <i>%operator</i> <a href="#wxPoint2DInt">wxPoint2DInt</a> operator*(wxInt32 n)<br> + <br> </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> <br> *************** *** 13974,13978 **** </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <font color=#006666><i>%define_string</i> wxIMAGE_OPTION_BMP_FORMAT <font color=#009900>// <a href="#wxString">wxString</a>(_T("wxBMP_FORMAT"))</font></font><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxBMPHandler">wxBMPHandler</a>, <a href="#wxImageHandler">wxImageHandler</a></font></b> --- 14038,14042 ---- </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <font color=#006666><i>%define_string</i> wxIMAGE_OPTION_BMP_FORMAT _T("wxBMP_FORMAT") <font color=#009900>// <a href="#wxString">wxString</a>(_T("wxBMP_FORMAT"))</font></font><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxBMPHandler">wxBMPHandler</a>, <a href="#wxImageHandler">wxImageHandler</a></font></b> *************** *** 14148,14153 **** <i>%include</i> "wx/artprov.h"<br> <br> ! <font color=#009900>//<i>%typedef</i> wxArtClient <a href="#wxString">wxString</a> Just treat these as wxStrings</font><br> ! <font color=#009900>//<i>%typedef</i> wxArtID <a href="#wxString">wxString</a></font><br> <br> <font color=#009900>// ----------------------------------------------------------------------------</font><br> --- 14212,14217 ---- <i>%include</i> "wx/artprov.h"<br> <br> ! <font color=#009900>//<i>%typedef</i> <a href="#wxString">wxString</a> wxArtClient Just treat these as wxStrings</font><br> ! <font color=#009900>//<i>%typedef</i> <a href="#wxString">wxString</a> wxArtID</font><br> <br> <font color=#009900>// ----------------------------------------------------------------------------</font><br> *************** *** 14247,14251 **** <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaArtProvider">wxLuaArtProvider</a>, <a href="#wxArtProvider">wxArtProvider</a></font></b> <blockquote> ! <font color=#BB0055> <font color=#009900>// <i>%override</i> - the C++ function takes the wxLuaState as the first param</font></font><br> <a href="#wxLuaArtProvider">wxLuaArtProvider</a>()<br> <br> --- 14311,14315 ---- <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaArtProvider">wxLuaArtProvider</a>, <a href="#wxArtProvider">wxArtProvider</a></font></b> <blockquote> ! <font color=#BB0055> <font color=#009900>// <i>%override</i> - the C++ function takes the <a href="#wxLuaState">wxLuaState</a> as the first param</font></font><br> <a href="#wxLuaArtProvider">wxLuaArtProvider</a>()<br> <br> *************** *** 15367,15371 **** <i>%if</i> wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE<br> <br> ! <i>%typedef</i> wxPreviewWindow <a href="#wxScrolledWindow">wxScrolledWindow</a><br> <br> <i>%include</i> "wx/print.h"<br> --- 15431,15435 ---- <i>%if</i> wxLUA_USE_wxPrint && wxUSE_PRINTING_ARCHITECTURE<br> <br> ! <i>%typedef</i> <a href="#wxScrolledWindow">wxScrolledWindow</a> wxPreviewWindow<br> <br> <i>%include</i> "wx/print.h"<br> *************** *** 15421,15425 **** <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaPrintout">wxLuaPrintout</a>, <a href="#wxPrintout">wxPrintout</a></font></b> <blockquote> ! <font color=#BB0055> <font color=#009900>// <i>%override</i> - the C++ function takes the wxLuaState as the first param</font></font><br> <a href="#wxLuaPrintout">wxLuaPrintout</a>(const <a href="#wxString">wxString</a>& title = "Printout", <a href="#wxLuaObject">wxLuaObject</a> *pObject = NULL)<br> <br> --- 15485,15489 ---- <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaPrintout">wxLuaPrintout</a>, <a href="#wxPrintout">wxPrintout</a></font></b> <blockquote> ! <font color=#BB0055> <font color=#009900>// <i>%override</i> - the C++ function takes the <a href="#wxLuaState">wxLuaState</a> as the first param</font></font><br> <a href="#wxLuaPrintout">wxLuaPrintout</a>(const <a href="#wxString">wxString</a>& title = "Printout", <a href="#wxLuaObject">wxLuaObject</a> *pObject = NULL)<br> <br> *************** *** 15771,15775 **** <i>%include</i> "wx/printdlg.h"<br> <br> ! <font color=#009900>//<i>%typedef</i> <a href="#wxPageSetupDialog">wxPageSetupDialog</a> wxPageSetupDialogBase</font><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <a name="wxPageSetupDialog">wxPageSetupDialog</a>, <a href="#wxObject">wxObject</a> <font color=#009900>// NOT a <a href="#wxDialog">wxDialog</a> in 2.6</font></font></b> --- 15835,15839 ---- <i>%include</i> "wx/printdlg.h"<br> <br> ! <font color=#009900>//<i>%typedef</i> wxPageSetupDialogBase <a href="#wxPageSetupDialog">wxPageSetupDialog</a></font><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <a name="wxPageSetupDialog">wxPageSetupDialog</a>, <a href="#wxObject">wxObject</a> <font color=#009900>// NOT a <a href="#wxDialog">wxDialog</a> in 2.6</font></font></b> *************** *** 16493,16500 **** </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <font color=#009900>//<i>%mac</i>|<i>%x11</i>|<i>%motif</i> <i>%typedef</i> WXWidget void*</font><br> ! <font color=#009900>//<i>%gtk</i> <i>%typedef</i> WXWidget unsigned long // GtkWidget* what could you do with it?</font><br> ! <font color=#009900>//<i>%mgl</i> <i>%typedef</i> WXWidget window_t</font><br> ! <font color=#009900>//<i>%msw</i>|<i>%os2</i> <i>%typedef</i> WXWidget unsigned long</font><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <i>%encapsulate</i> <a name="wxVisualAttributes">wxVisualAttributes</a></font></b> --- 16557,16564 ---- </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <font color=#009900>//<i>%mac</i>|<i>%x11</i>|<i>%motif</i> <i>%typedef</i> void* WXWidget</font><br> ! <font color=#009900>//<i>%gtk</i> <i>%typedef</i> unsigned long WXWidget // GtkWidget* what could you do with it?</font><br> ! <font color=#009900>//<i>%mgl</i> <i>%typedef</i> window_t WXWidget</font><br> ! <font color=#009900>//<i>%msw</i>|<i>%os2</i> <i>%typedef</i> unsigned long WXWidget</font><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <i>%encapsulate</i> <a name="wxVisualAttributes">wxVisualAttributes</a></font></b> *************** *** 16580,16584 **** virtual <a href="#wxColour">wxColour</a> GetForegroundColour()<br> <a href="#wxWindow">wxWindow</a>* GetGrandParent() const<br> ! <font color=#009900>//WXWidget GetHandle() const</font><br> virtual <a href="#wxString">wxString</a> GetHelpText() const<br> int GetId() const<br> --- 16644,16648 ---- virtual <a href="#wxColour">wxColour</a> GetForegroundColour()<br> <a href="#wxWindow">wxWindow</a>* GetGrandParent() const<br> ! void* GetHandle() const<br> virtual <a href="#wxString">wxString</a> GetHelpText() const<br> int GetId() const<br> *************** *** 16904,16908 **** </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <i>%typedef</i> wxNotebookPage <a href="#wxWindow">wxWindow</a><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <a name="wxNotebook">wxNotebook</a>, <a href="#wxBookCtrlBase">wxBookCtrlBase</a></font></b> --- 16968,16972 ---- </blockquote><font color=#0066CC><i>%endenum</i></font><br> <br> ! <i>%typedef</i> <a href="#wxWindow">wxWindow</a> <a href="#wxNotebookPage">wxNotebookPage</a><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <a name="wxNotebook">wxNotebook</a>, <a href="#wxBookCtrlBase">wxBookCtrlBase</a></font></b> *************** *** 16914,16918 **** <font color=#009900>// NOTE: All remmed out functions are located in <a href="#wxBookCtrlBase">wxBookCtrlBase</a></font><br> <br> ! <font color=#009900>//bool AddPage(wxNotebookPage* page, const <a href="#wxString">wxString</a>& text, bool select = false, int imageId = -1)</font><br> <font color=#009900>//void AdvanceSelection(bool forward = true)</font><br> <font color=#009900>//void AssignImageList(<a href="#wxImageList">wxImageList</a>* imageList)</font><br> --- 16978,16982 ---- <font color=#009900>// NOTE: All remmed out functions are located in <a href="#wxBookCtrlBase">wxBookCtrlBase</a></font><br> <br> ! <font color=#009900>//bool AddPage(<a href="#wxNotebookPage">wxNotebookPage</a>* page, const <a href="#wxString">wxString</a>& text, bool select = false, int imageId = -1)</font><br> <font color=#009900>//void AdvanceSelection(bool forward = true)</font><br> <font color=#009900>//void AssignImageList(<a href="#wxImageList">wxImageList</a>* imageList)</font><br> *************** *** 16921,16925 **** <font color=#009900>//<a href="#wxWindow">wxWindow</a>* GetCurrentPage() const</font><br> <font color=#009900>//<a href="#wxImageList">wxImageList</a>* GetImageList() const</font><br> ! <font color=#009900>//wxNotebookPage* GetPage(int page)</font><br> <font color=#009900>//int GetPageCount() const</font><br> <font color=#009900>//int GetPageImage(int nPage) const</font><br> --- 16985,16989 ---- <font color=#009900>//<a href="#wxWindow">wxWindow</a>* GetCurrentPage() const</font><br> <font color=#009900>//<a href="#wxImageList">wxImageList</a>* GetImageList() const</font><br> ! <font color=#009900>//<a href="#wxNotebookPage">wxNotebookPage</a>* GetPage(int page)</font><br> <font color=#009900>//int GetPageCount() const</font><br> <font color=#009900>//int GetPageImage(int nPage) const</font><br> *************** *** 16933,16937 **** int HitTest(const <a href="#wxPoint">wxPoint</a>& pt)<br> <br> ! <font color=#009900>//bool InsertPage(int index, wxNotebookPage* page, const <a href="#wxString">wxString</a>& text, bool select = false, int imageId = -1)</font><br> <font color=#009900>//bool RemovePage(int page)</font><br> <font color=#009900>//void SetImageList(<a href="#wxImageList">wxImageList</a>* imageList)</font><br> --- 16997,17001 ---- int HitTest(const <a href="#wxPoint">wxPoint</a>& pt)<br> <br> ! <font color=#009900>//bool InsertPage(int index, <a href="#wxNotebookPage">wxNotebookPage</a>* page, const <a href="#wxString">wxString</a>& text, bool select = false, int imageId = -1)</font><br> <font color=#009900>//bool RemovePage(int page)</font><br> <font color=#009900>//void SetImageList(<a href="#wxImageList">wxImageList</a>* imageList)</font><br> *************** *** 17577,17581 **** <i>%include</i> "wx/bmpcbox.h"<br> <br> ! <b><font size=+1 color=#DD0000><i>%class</i> <a name="wxBitmapComboBox">wxBitmapComboBox</a>, <a href="#wxControlWithItems">wxControlWithItems</a></font></b> <blockquote> <a href="#wxBitmapComboBox">wxBitmapComboBox</a>()<br> --- 17641,17645 ---- <i>%include</i> "wx/bmpcbox.h"<br> <br> ! <b><font size=+1 color=#DD0000><i>%class</i> <a name="wxBitmapComboBox">wxBitmapComboBox</a> <font color=#009900>//, <a href="#wxControlWithItems">wxControlWithItems</a></font></font></b> <blockquote> <a href="#wxBitmapComboBox">wxBitmapComboBox</a>()<br> *************** *** 18287,18290 **** --- 18351,18356 ---- <font color=#006666><i>%define_string</i> wxGRID_VALUE_DATETIME</font><br> <br> + <font color=#006666><i>%wxchkver_2_8_8</i> <i>%define</i> wxGRID_AUTOSIZE</font><br> + <br> <font color=#009900>// ---------------------------------------------------------------------------</font><br> <font color=#009900>// <a href="#wxGridCellWorker">wxGridCellWorker</a></font><br> *************** *** 18595,18599 **** <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaGridTableBase">wxLuaGridTableBase</a>, <a href="#wxGridTableBase">wxGridTableBase</a></font></b> <blockquote> ! <font color=#BB0055> <font color=#009900>// <i>%override</i> - the C++ function takes the wxLuaState as the first param</font></font><br> <a href="#wxLuaGridTableBase">wxLuaGridTableBase</a>()<br> <br> --- 18661,18665 ---- <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaGridTableBase">wxLuaGridTableBase</a>, <a href="#wxGridTableBase">wxGridTableBase</a></font></b> <blockquote> ! <font color=#BB0055> <font color=#009900>// <i>%override</i> - the C++ function takes the <a href="#wxLuaState">wxLuaState</a> as the first param</font></font><br> <a href="#wxLuaGridTableBase">wxLuaGridTableBase</a>()<br> <br> *************** *** 18710,18714 **** <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <i>%encapsulate</i> <a name="wxGridCellCoords">wxGridCellCoords</a></font></b> <blockquote> ! <font color=#006666> <i>%define_object</i> wxGridNoCellRect</font><br> <br> <a href="#wxGridCellCoords">wxGridCellCoords</a>( int r = -1, int c = -1 )<br> --- 18776,18780 ---- <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <i>%encapsulate</i> <a name="wxGridCellCoords">wxGridCellCoords</a></font></b> <blockquote> ! <font color=#006666> <i>%define_object</i> wxGridNoCellCoords</font><br> <br> <a href="#wxGridCellCoords">wxGridCellCoords</a>( int r = -1, int c = -1 )<br> *************** *** 18722,18725 **** --- 18788,18816 ---- <i>%operator</i> <a href="#wxGridCellCoords">wxGridCellCoords</a>& operator=( const <a href="#wxGridCellCoords">wxGridCellCoords</a>& other )<br> <i>%operator</i> bool operator==( const <a href="#wxGridCellCoords">wxGridCellCoords</a>& other ) const<br> + <i>%operator</i> bool operator!() const<br> + </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> + <br> + <font color=#009900>// ---------------------------------------------------------------------------</font><br> + <font color=#009900>// <a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a></font><br> + <br> + <i>%include</i> "wx/dynarray.h"<br> + <br> + <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <i>%noclassinfo</i> <i>%encapsulate</i> <a name="wxGridCellCoordsArray">wxGridCellCoordsArray</a></font></b> + <blockquote> + <a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a>()<br> + <a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a>(const <a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a>& array)<br> + <br> + void Add( const <a href="#wxGridCellCoords">wxGridCellCoords</a>& c )<br> + void Alloc(size_t count)<br> + void Clear()<br> + int GetCount() const<br> + bool IsEmpty() const<br> + void Insert( const <a href="#wxGridCellCoords">wxGridCellCoords</a>& c, int n, int copies = 1 )<br> + <a href="#wxGridCellCoords">wxGridCellCoords</a> Item( int n )<br> + void RemoveAt(size_t index)<br> + void Shrink()<br> + <br> + <i>%operator</i> <a href="#wxGridCellCoords">wxGridCellCoords</a> operator[](size_t nIndex)<br> + <br> </blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><br> <br> *************** *** 18748,18752 **** <font color=#009900>//<a href="#wxArrayInt">wxArrayInt</a> CalcRowLabelsExposed( const <a href="#wxRegion">wxRegion</a>& reg )</font><br> <font color=#009900>//<a href="#wxArrayInt">wxArrayInt</a> CalcColLabelsExposed( const <a href="#wxRegion">wxRegion</a>& reg )</font><br> ! <font color=#009900>//wxGridCellCoordsArray CalcCellsExposed( const <a href="#wxRegion">wxRegion</a>& reg )</font><br> <font color=#009900>//void ProcessRowLabelMouseEvent( <a href="#wxMouseEvent">wxMouseEvent</a>& event );</font><br> <font color=#009900>//void ProcessColLabelMouseEvent( <a href="#wxMouseEvent">wxMouseEvent</a>& event );</font><br> --- 18839,18843 ---- <font color=#009900>//<a href="#wxArrayInt">wxArrayInt</a> CalcRowLabelsExposed( const <a href="#wxRegion">wxRegion</a>& reg )</font><br> <font color=#009900>//<a href="#wxArrayInt">wxArrayInt</a> CalcColLabelsExposed( const <a href="#wxRegion">wxRegion</a>& reg )</font><br> ! <font color=#009900>//<a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a> CalcCellsExposed( const <a href="#wxRegion">wxRegion</a>& reg )</font><br> <font color=#009900>//void ProcessRowLabelMouseEvent( <a href="#wxMouseEvent">wxMouseEvent</a>& event );</font><br> <font color=#009900>//void ProcessColLabelMouseEvent( <a href="#wxMouseEvent">wxMouseEvent</a>& event );</font><br> *************** *** 18770,18779 **** bool DeleteCols( int pos = 0, int numCols = 1, bool updateLabels=true )<br> <br> ! <font color=#009900>//void DrawGridCellArea( <a href="#wxDC">wxDC</a>& dc , const wxGridCellCoordsArray& cells );</font><br> <font color=#009900>//void DrawGridSpace( <a href="#wxDC">wxDC</a>& dc );</font><br> <font color=#009900>//void DrawCellBorder( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxGridCellCoords">wxGridCellCoords</a>& );</font><br> <font color=#009900>//void DrawAllGridLines( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxRegion">wxRegion</a>& reg );</font><br> <font color=#009900>//void DrawCell( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxGridCellCoords">wxGridCellCoords</a>& );</font><br> ! <font color=#009900>//void DrawHighlight(<a href="#wxDC">wxDC</a>& dc, const wxGridCellCoordsArray& cells);</font><br> <font color=#009900>//virtual void DrawCellHighlight( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxGridCellAttr">wxGridCellAttr</a> *attr );</font><br> <font color=#009900>//virtual void DrawRowLabels( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxArrayInt">wxArrayInt</a>& rows );</font><br> --- 18861,18870 ---- bool DeleteCols( int pos = 0, int numCols = 1, bool updateLabels=true )<br> <br> ! <font color=#009900>//void DrawGridCellArea( <a href="#wxDC">wxDC</a>& dc , const <a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a>& cells );</font><br> <font color=#009900>//void DrawGridSpace( <a href="#wxDC">wxDC</a>& dc );</font><br> <font color=#009900>//void DrawCellBorder( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxGridCellCoords">wxGridCellCoords</a>& );</font><br> <font color=#009900>//void DrawAllGridLines( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxRegion">wxRegion</a>& reg );</font><br> <font color=#009900>//void DrawCell( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxGridCellCoords">wxGridCellCoords</a>& );</font><br> ! <font color=#009900>//void DrawHighlight(<a href="#wxDC">wxDC</a>& dc, const <a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a>& cells);</font><br> <font color=#009900>//virtual void DrawCellHighlight( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxGridCellAttr">wxGridCellAttr</a> *attr );</font><br> <font color=#009900>//virtual void DrawRowLabels( <a href="#wxDC">wxDC</a>& dc, const <a href="#wxArrayInt">wxArrayInt</a>& rows );</font><br> *************** *** 18979,18987 **** <font color=#009900>// bool IsInSelection( const <a href="#wxGridCellCoords">wxGridCellCoords</a>& coords )</font><br> <br> ! <font color=#009900>//wxGridCellCoordsArray GetSelectedCells() const</font><br> ! <font color=#009900>//wxGridCellCoordsArray GetSelectionBlockTopLeft() const</font><br> ! <font color=#009900>//wxGridCellCoordsArray GetSelectionBlockBottomRight() const</font><br> ! <font color=#009900>//<a href="#wxArrayInt">wxArrayInt</a> GetSelectedRows() const</font><br> ! <font color=#009900>//<a href="#wxArrayInt">wxArrayInt</a> GetSelectedCols() const</font><br> <br> <a href="#wxRect">wxRect</a> BlockToDeviceRect( const <a href="#wxGridCellCoords">wxGridCellCoords</a>& topLeft, const <a href="#wxGridCellCoords">wxGridCellCoords</a>& bottomRight )<br> --- 19070,19078 ---- <font color=#009900>// bool IsInSelection( const <a href="#wxGridCellCoords">wxGridCellCoords</a>& coords )</font><br> <br> ! <a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a> GetSelectedCells() const<br> ! <a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a> GetSelectionBlockTopLeft() const<br> ! <a href="#wxGridCellCoordsArray">wxGridCellCoordsArray</a> GetSelectionBlockBottomRight() const<br> ! <a href="#wxArrayInt">wxArrayInt</a> GetSelectedRows() const<br> ! <a href="#wxArrayInt">wxArrayInt</a> GetSelectedCols() const<br> <br> <a href="#wxRect">wxRect</a> BlockToDeviceRect( const <a href="#wxGridCellCoords">wxGridCellCoords</a>& topLeft, const <a href="#wxGridCellCoords">wxGridCellCoords</a>& bottomRight )<br> *************** *** 23343,23347 **** <font color=#009900>// Set the current styling position to pos and the styling mask to mask.</font><br> <font color=#009900>// The styling mask can be used to protect some bits in each styling byte from modification.</font><br> ! void StartStyling(int pos, int mask);<br> <br> <font color=#009900>// Change style from current styling position for length characters to a style</font><br> --- 23434,23438 ---- <font color=#009900>// Set the current styling position to pos and the styling mask to mask.</font><br> <font color=#009900>// The styling mask can be used to protect some bits in each styling byte from modification.</font><br> ! void StartStyling(int pos, unsigned int mask);<br> <br> <font color=#009900>// Change style from current styling position for length characters to a style</font><br> *************** *** 23385,23395 **** <br> <font color=#009900>// Get a bit mask of all the markers set on a line.</font><br> ! int MarkerGet(int line);<br> <br> <font color=#009900>// Find the next line after lineStart that includes a marker in mask.</font><br> ! int MarkerNext(int lineStart, int markerMask);<br> <br> <font color=#009900>// Find the previous line before lineStart that includes a marker in mask.</font><br> ! int MarkerPrevious(int lineStart, int markerMask);<br> <br> <font color=#009900>// Define a marker from a bitmap</font><br> --- 23476,23486 ---- <br> <font color=#009900>// Get a bit mask of all the markers set on a line.</font><br> ! unsigned int MarkerGet(int line);<br> <br> <font color=#009900>// Find the next line after lineStart that includes a marker in mask.</font><br> ! int MarkerNext(int lineStart, unsigned int markerMask);<br> <br> <font color=#009900>// Find the previous line before lineStart that includes a marker in mask.</font><br> ! int MarkerPrevious(int lineStart, unsigned int markerMask);<br> <br> <font color=#009900>// Define a marker from a bitmap</font><br> *************** *** 23412,23419 **** <br> <font color=#009900>// Set a mask that determines which markers are displayed in a margin.</font><br> ! void SetMarginMask(int margin, int mask);<br> <br> <font color=#009900>// Retrieve the marker mask of a margin.</font><br> ! int GetMarginMask(int margin);<br> <br> <font color=#009900>// Make a margin sensitive or insensitive to mouse clicks.</font><br> --- 23503,23510 ---- <br> <font color=#009900>// Set a mask that determines which markers are displayed in a margin.</font><br> ! void SetMarginMask(int margin, unsigned int mask); <font color=#009900>// NOTE: wxSTC has "int mask", but we need all the bits so we force uint</font><br> <br> <font color=#009900>// Retrieve the marker mask of a margin.</font><br> ! unsigned int GetMarginMask(int margin);<br> <br> <font color=#009900>// Make a margin sensitive or insensitive to mouse clicks.</font><br> *************** *** 24878,24886 **** <br> <font color=#009900>// Add the userdata object to the list of objects that will be deleted when</font><br> ! <font color=#009900>// it does out of scope and the Lua garbage collector runs.</font><br> <font color=#009900>// <i>%function</i> bool gcobject(void* object)</font><br> <br> <font color=#009900>// Remove the userdata object from the list of objects that will be deleted when</font><br> ! <font color=#009900>// it does out of scope and the Lua garbage collector runs.</font><br> <font color=#AA0000><i>%function</i> bool ungcobject(void* object)</font><br> <br> --- 24969,24977 ---- <br> <font color=#009900>// Add the userdata object to the list of objects that will be deleted when</font><br> ! <font color=#009900>// it goes out of scope and the Lua garbage collector runs.</font><br> <font color=#009900>// <i>%function</i> bool gcobject(void* object)</font><br> <br> <font color=#009900>// Remove the userdata object from the list of objects that will be deleted when</font><br> ! <font color=#009900>// it goes out of scope and the Lua garbage collector runs.</font><br> <font color=#AA0000><i>%function</i> bool ungcobject(void* object)</font><br> <br> *************** *** 24946,24952 **** <font color=#AA0000><i>%function</i> <a href="#wxString">wxString</a> type(void* object)</font><br> <br> ! <font color=#BB0055><font color=#009900>// <i>%override</i> wString typename(int wxluaarg_tag)</font></font><br> ! <font color=#009900>// Returns the wxLua tag name for both the predefined (negative) as well as the</font><br> ! <font color=#009900>// binding class tag numbers.</font><br> <font color=#AA0000><i>%function</i> <a href="#wxString">wxString</a> typename(int wxluaarg_tag)</font><br> <br> --- 25037,25042 ---- <font color=#AA0000><i>%function</i> <a href="#wxString">wxString</a> type(void* object)</font><br> <br> ! <font color=#BB0055><font color=#009900>// <i>%override</i> <a href="#wxString">wxString</a> typename(int wxluaarg_tag)</font></font><br> ! <font color=#009900>// Returns the wxLua name binding wxLua class type numbers.</font><br> <font color=#AA0000><i>%function</i> <a href="#wxString">wxString</a> typename(int wxluaarg_tag)</font><br> <br> *************** *** 24985,24994 **** int GetFunctionCount<br> <br> ! {wxLuaBindClass*} GetClassArray<br> ! {wxLuaBindMethod*} GetFunctionArray<br> ! {name, value} GetNumberArray<br> ! {name, value} GetStringArray<br> ! {name, eventType, wxluatype} GetEventArray<br> ! {name, object, wxluatype} GetObjectArray<br> <br> </font></blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><font color=#888888><br> --- 25075,25084 ---- int GetFunctionCount<br> <br> ! {wxLuaBindClass*} GetClassArray<br> ! {wxLuaBindMethod*} GetFunctionArray<br> ! {name, value} GetNumberArray<br> ! {name, value} GetStringArray<br> ! {name, eventType, wxluatype, wxLuaBindClass} GetEventArray<br> ! {name, object, wxluatype, wxLuaBindClass} GetObjectArray<br> <br> </font></blockquote><font color=#DD0000><font color=#DD0000><i>%endclass</i></font></font><font color=#888888><br> *************** *** 25003,25008 **** <a href="#wxClassInfo">wxClassInfo</a>* classInfo<br> int wxluatype<br> ! <a href="#wxString">wxString</a> baseclassName<br> ! wxLuaBindClass* baseclass<br> {name, value} enums<br> int enums_n<br> --- 25093,25098 ---- <a href="#wxClassInfo">wxClassInfo</a>* classInfo<br> int wxluatype<br> ! {<a href="#wxString">wxString</a>} baseclassNames<br> ! {wxLuaBindClass*} baseBindClasses<br> {name, value} enums<br> int enums_n<br> *************** *** 25043,25047 **** <br> <font color=#009900>// ---------------------------------------------------------------------------</font><br> ! <font color=#009900>// wxLuaState</font><br> <br> <i>%include</i> "wxlua/include/wxlstate.h"<br> --- 25133,25137 ---- <br> <font color=#009900>// ---------------------------------------------------------------------------</font><br> ! <font color=#009900>// <a href="#wxLuaState">wxLuaState</a></font><br> <br> <i>%include</i> "wxlua/include/wxlstate.h"<br> *************** *** 25050,25055 **** <blockquote> <font color=#888888>/*<br> ! wxLuaState(bool create = false)<br> ! wxLuaState(<a href="#wxEvtHandler">wxEvtHandler</a> *handler, wxWindowID id = wxID_ANY)<br> <br> bool Ok() const<br> --- 25140,25145 ---- <blockquote> <font color=#888888>/*<br> ! <a href="#wxLuaState">wxLuaState</a>(bool create = false)<br> ! <a href="#wxLuaState">wxLuaState</a>(<a href="#wxEvtHandler">wxEvtHandler</a> *handler, wxWindowID id = wxID_ANY)<br> <br> bool Ok() const<br> *************** *** 25086,25090 **** <blockquote> <font color=#BB0055> <font color=#009900>// <i>%override</i> <a href="#wxLuaObject">wxLuaObject</a>(any value type)</font></font><br> ! <font color=#009900>// C++ Func: <a href="#wxLuaObject">wxLuaObject</a>(const wxLuaState& wxlState, int stack_idx = 1)</font><br> <font color=#009900>// Wrap the single value passed in with a <a href="#wxLuaObject">wxLuaObject</a></font><br> <a href="#wxLuaObject">wxLuaObject</a>()<br> --- 25176,25180 ---- <blockquote> <font color=#BB0055> <font color=#009900>// <i>%override</i> <a href="#wxLuaObject">wxLuaObject</a>(any value type)</font></font><br> ! <font color=#009900>// C++ Func: <a href="#wxLuaObject">wxLuaObject</a>(const <a href="#wxLuaState">wxLuaState</a>& wxlState, int stack_idx = 1)</font><br> <font color=#009900>// Wrap the single value passed in with a <a href="#wxLuaObject">wxLuaObject</a></font><br> <a href="#wxLuaObject">wxLuaObject</a>()<br> *************** *** 25142,25146 **** <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaDebuggerServer">wxLuaDebuggerServer</a>, <a href="#wxEvtHandler">wxEvtHandler</a></font></b> <blockquote> ! wxLuaDebuggerServer(int portNumber)<br> <br> bool StartServer()<br> --- 25232,25236 ---- <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaDebuggerServer">wxLuaDebuggerServer</a>, <a href="#wxEvtHandler">wxEvtHandler</a></font></b> <blockquote> ! <a href="#wxLuaDebuggerServer">wxLuaDebuggerServer</a>(int portNumber)<br> <br> bool StartServer()<br> *************** *** 25176,25180 **** <br> <font color=#009900>// ---------------------------------------------------------------------------</font><br> ! <font color=#009900>// wxLuaDebuggerEvent</font><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaDebuggerEvent">wxLuaDebuggerEvent</a>, <a href="#wxEvent">wxEvent</a></font></b> --- 25266,25270 ---- <br> <font color=#009900>// ---------------------------------------------------------------------------</font><br> ! <font color=#009900>// <a href="#wxLuaDebuggerEvent">wxLuaDebuggerEvent</a></font><br> <br> <b><font size=+1 color=#DD0000><i>%class</i> <i>%delete</i> <a name="wxLuaDebuggerEvent">wxLuaDebuggerEvent</a>, <a href="#wxEvent">wxEvent</a></font></b> |