Displaying 4 results from an estimated 4 matches for "wxhtmlcell".
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
...Date</dt> <dd>2006-11-12 11:24:34 -0500 (Sun, 12 Nov 2006)</dd>
</dl>
<h3>Log Message</h3>
<pre>Initial commit of HtmlWindow functionality</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwxruby2swigclassesincludewxHtmlCellh">trunk/wxruby2/swig/classes/include/wxHtmlCell.h</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxHtmlContainerCellh">trunk/wxruby2/swig/classes/include/wxHtmlContainerCell.h</a></li>
<li><a href="#trunkwxruby2swigclassesinc...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...nclude/wxFontData.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxFontDialogh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxFontDialog.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxHtmlCellh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxHtmlCell.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxHtmlContainerCellh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxHtmlContainerCell.h</a></li>
<...
2007 Mar 15
0
[ wxruby-Patches-9297 ] Patch to compile wxruby 0.0.39 on windows (vc2003, swig 1.3.31, wxwidgets 2.8.0)
...is patch
rakemswin.rb : updated to WxWidgets 2.8 and using File.join for file paths. Also building in debug mode creates a more verbose pdb file (''-Zi'') option
events.rb : removed 2 messages that were not supported in Wx2.8
WxChoice.h/wxCombo.h/wxControlWithItems.h/wxFontData.h/wxHtmlCell.h/
App.i/wxControl.h/wxDC.h/wxDirDialog.h/wxDialog.h/Dialog.i/
wxFileDialog.h/wxHtmlContainerCell.h/wxWindow.h/Functions.i/RubyEventTypes.i : removed missing methods, added some new ones,fixed prototypes to conform with Wx2.8
fixdeleting.rb : added processing of specific class directors, moved des...