From: John L. <jr...@us...> - 2006-05-19 05:32:00
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27971/wxLua/docs Modified Files: wxluaref.html Log Message: update wxLuaEdit to use wxTreeCtrl for selecting files, update for wxStEdit cleanup docs to create links only to classnames, not when the classname is part of a longer name Index: wxluaref.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxluaref.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxluaref.html 17 May 2006 05:31:12 -0000 1.3 --- wxluaref.html 19 May 2006 05:31:52 -0000 1.4 *************** *** 624,628 **** <h2>Colours used to denote types</h2> <font color=#007700>Enums - %enum</font><br> ! <font color=#007755>Defines - %define [%string] [%object]</font><br> <font color=#557700>Events - %define %event</font><br> <font color=#AA0000>Classes - %class</font><br> --- 624,628 ---- <h2>Colours used to denote types</h2> <font color=#007700>Enums - %enum</font><br> ! <font color=#007755>Defines - %define [%string] [%object] [%pointer]</font><br> <font color=#557700>Events - %define %event</font><br> [...9482 lines suppressed...] //void AddStyledText(const wxMemoryBuffer& data)<br> --- 13352,13356 ---- <br> <font color=#AA0000><font size=+1><i>%class</i> <b><a name="wxStyledTextCtrl">wxStyledTextCtrl</a></b>, <a href="#wxControl">wxControl</a></font></font><blockquote> ! wxStyledTextCtrl(<a href="#wxWindow">wxWindow</a> *parent, wxWindowID id, const <a href="#wxPoint">wxPoint</a>& pos = wxDefaultPosition, const <a href="#wxSize">wxSize</a>& size = wxDefaultSize, long style = 0, const <a href="#wxString">wxString</a> &name = "wxStyledTextCtrl")<br> void AddText(const <a href="#wxString">wxString</a>& text)<br> //void AddStyledText(const wxMemoryBuffer& data)<br> *************** *** 13707,13711 **** <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_STC_ZOOM</font><br> <br> ! wxStyledTextEvent(<a href="#wxEventType">wxEventType</a> commandType = 0, int id = 0)<br> void SetPosition(int pos)<br> void SetKey(int k)<br> --- 13750,13754 ---- <font color=#557700> <i>%define</i> <i>%event</i> wxEVT_STC_ZOOM</font><br> <br> ! wxStyledTextEvent(wxEventType commandType = 0, int id = 0)<br> void SetPosition(int pos)<br> void SetKey(int k)<br> |