Displaying 2 results from an estimated 2 matches for "wxhtmltaghandler".
2007 Jan 06
0
[833] trunk/wxruby2/swig/classes: Fix the inheritance chain of wxIcon (varies cross-platform)
...include/parents.rb        2007-01-06 00:02:24 UTC (rev 833)
</span><span class="lines">@@ -145,7 +145,6 @@
</span><span class="cx">     ''wxHtmlWinTagHandler'' => ''wxHtmlTagHandler'',
</span><span class="cx">     ''wxHtmlWindow'' => ''wxScrolledWindow'',
</span><span class="cx">     ''wxIPV4address'' => ''wxSockAddress'',
</span><del>-    '...
2007 Jun 26
0
[1081] trunk/wxruby2: Added HyperlinkCtrl from the 2.8 API plus event mappings
...;/span><span class="lines">@@ -150,6 +150,8 @@
</span><span class="cx">     ''wxHtmlWinParser'' => ''wxHtmlParser'',
</span><span class="cx">     ''wxHtmlWinTagHandler'' => ''wxHtmlTagHandler'',
</span><span class="cx">     ''wxHtmlWindow'' => ''wxScrolledWindow'',
</span><ins>+    ''wxHyperlinkCtrl'' => ''wxControl'',
+    ''wxHyperlinkEvent'' => ''...