Displaying 3 results from an estimated 3 matches for "wxhtmllinkinfo".
2006 Nov 06
3
HtmlWindow and friends
Hi
Attached is a patch to add HtmlWindow and some of its friends, including
HtmlEasyPrinting. Also a sample.
I haven''t tried exposing the parsing and rendering API yet to allow
custom tags etc - I just wanted to get basic HTML and the 0.6.0
compatibility classes first. There may well be some quite easy classes left.
There''s one ugly kludge to get OnOpeningURL to compile -
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...  2006-11-12 16:24:34 UTC (rev 724)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+# Copyright 2004-2006 by Kevin Smith
+# released under the MIT-style wxruby2 license
+
+%include "../common.i"
+
+%module(directors="1") wxHtmlLinkInfo
+
+%{
+#include <wx/html/htmlcell.h>
+%}
+
+// for some reason this ignore doesn''t actually ignore
+// so then there is a problem b/c the ''redirect'' string isn''t
+// mapped as output
+
+%import "include/wxObject.h"
+
+%include "include/wxHtm...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...</del><ins>+ // virtual bool OnCellClicked(wxHtmlCell *cell , wxCoord x , wxCoord y , const wxMouseEvent& event ) ;
+ // virtual void OnCellMouseHover(wxHtmlCell *cell , wxCoord x , wxCoord y ) ;
</ins><span class="cx"> virtual void OnLinkClicked(const wxHtmlLinkInfo& link ) ;
</span><span class="cx"> virtual wxHtmlOpeningStatus OnOpeningURL(wxHtmlURLType type , const wxString& url , wxString * redirect ) const;
</span><span class="cx"> virtual void OnSetTitle(const wxString& title ) ;
</span>...