Displaying 13 results from an estimated 13 matches for "wxhtmlwindow".
Did you mean:
htmlwindow
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 -
2004 Aug 10
7
HTML Widget
Hi,
I''m pretty new to WxRuby, but I think it is the ideal solution to write
Ruby-applications for different platforms. I missed the wxHtmlWindow in
WxRuby, so I added it myself. You can grab the new files from
http://portfolio16.de/tmp/wxruby-html.tar.gz. This archive contains all
files I added to the wxruby-directory. These are mostly the *.t files
for the missing classes and some samples (with some FIXMEs because there
are still some clas...
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...trunk/wxruby2/swig/classes/include/wxHtmlContainerCell.h</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxHtmlEasyPrintingh">trunk/wxruby2/swig/classes/include/wxHtmlEasyPrinting.h</a></li>
<li><a href="#trunkwxruby2swigclassesincludewxHtmlWindowh">trunk/wxruby2/swig/classes/include/wxHtmlWindow.h</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#trunkwxruby2libwxclasseshtmlwindowrb">trunk/wxruby2/lib/wx/classes/htmlwindow.rb</a></li>
<li>trunk/wxruby2...
2005 May 03
4
Wx::HtmlWindow.on_link_clicked
Hello, wxruby-users.
This is an addition which implement wrapper for
overloading wxHtmlWindow::OnLinkClicked method. Unfortunately, it was
impossible to make it correctly without ugly hack to wxpp.rb, but i`m
hope it does not broke it.
Please look at attachment for a patch for htmlwindow.t and wxpp.rb and
additional file htmllinkinfo.t (need to be added to $objs array in
extconf.rb).
Samp...
2006 Dec 02
0
[769] trunk/wxruby2/swig/classes/HtmlWindow.i: Added missing style flags
...;nbsp2006-12-02 11:22:09 UTC (rev 769)
</span><span class="lines">@@ -17,6 +17,13 @@
</span><span class="cx"> wxHTML_REDIRECT
</span><span class="cx"> };
</span><span class="cx">
</span><ins>+// wxHtmlWindow flags:
+#define wxHW_SCROLLBAR_NEVER 0x0002
+#define wxHW_SCROLLBAR_AUTO 0x0004
+#define wxHW_NO_SELECTION 0x0008
+#define wxHW_DEFAULT_STYLE wxHW_SCROLLBAR_AUTO
+
+
</ins><span class="cx"> // implement in ruby
</span><span class="cx"> %...
2005 May 02
3
where is destructors?
Hello, wxruby-users.
I`m noticed huge GDI resources leakage when working with my programs
(on windows). Fortunately, i simple fix this by calling ''delete'' on
wxBitmap object (patch bellow). But i`m wondering -- why there are no
calls to destructors of wrapped wxwidgets objects in wxruby? Is there
some problems?
This is a patch:
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...ell.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxHtmlContainerCellh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxHtmlContainerCell.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxHtmlWindowh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxHtmlWindow.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxListBoxh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxListBox.h</a></li>
<li><a href=&...
2009 Mar 27
0
xrciser problem
...<flag>wxGROW|wxGROW|wxALL</flag>
<border>5</border>
<cellpos>0,2</cellpos>
<cellspan>1,1</cellspan>
<object class="wxHtmlWindow"
name="m_htmlWin1">
<style>wxHW_SCROLLBAR_NEVER</style>
<hidden>1</hidden>
</object>
</object>...
2006 Nov 12
0
[727] trunk/wxruby2/doc/textile/index.txtl: HTML is now supported, removed reference to FS classes which are
...wxPrintout class|
</span><span class="cx"> |HtmlParser|Generic HTML parser class|
</span><span class="cx"> |HtmlTagHandler|HTML tag handler, pluginable into wxHtmlParser|
</span><span class="cx"> |HtmlWinParser|HTML parser class for wxHtmlWindow|
</span><span class="cx"> |HtmlWinTagHandler|HTML tag handler, pluginable into wxHtmlWinParser|
</span><span class="cx">
</span><del>-There are also a a set of classes that implement an extensible virtual file
-system, used internally by the...
2007 Jan 06
0
[833] trunk/wxruby2/swig/classes: Fix the inheritance chain of wxIcon (varies cross-platform)
...p2007-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>- ''wxIcon'' => ''wxBitmap'',
</del><span class=...
2006 Dec 02
0
[770] trunk/wxsugar/lib/wx_sugar/keyword_classes.rb: Fix some broken ones (Alex Spelling), add some new & missing ones; add
...span><span class="cx"> wx_ctor_params :pos, :size, :style
</span><ins>+ # wx_ctor_params validator, :name => ''textCtrl''
</ins><span class="cx"> end
</span><span class="cx">
</span><ins>+# wxHtmlWindow - Control for displaying HTML
+WxSugar.define_keyword_ctors(''HtmlWindow'') do
+ wx_ctor_params :pos, :size, :style => Wx::HW_DEFAULT_STYLE
+ wx_ctor_params :name => ''htmlWindow''
+end
</ins></span></pre>
</div>
</div>
</bod...
2007 Jun 26
0
[1081] trunk/wxruby2: Added HyperlinkCtrl from the 2.8 API plus event mappings
...lass="cx"> ''wxHtmlWinParser'' => ''wxHtmlParser'',
</span><span class="cx"> ''wxHtmlWinTagHandler'' => ''wxHtmlTagHandler'',
</span><span class="cx"> ''wxHtmlWindow'' => ''wxScrolledWindow'',
</span><ins>+ ''wxHyperlinkCtrl'' => ''wxControl'',
+ ''wxHyperlinkEvent'' => ''wxCommandEvent'',
</ins><span class="cx"> ''...
2007 Jan 06
0
[836] trunk/wxsugar/lib/wx_sugar: Make :validator and :name sugary ctor args work for Controls classes
...params validator, :name => ''textCtrl''
</del><ins>+ wx_ctor_params :validator, :name => ''textCtrl''
</ins><span class="cx"> end
</span><span class="cx">
</span><span class="cx"> # wxHtmlWindow - Control for displaying HTML
</span></span></pre></div>
<a id="trunkwxsugarlibwx_sugarkeyword_constructorsrb"></a>
<div class="modfile"><h4>Modified: trunk/wxsugar/lib/wx_sugar/keyword_constructors.rb (835 => 836)</h4>
&l...