search for: wxhw_scrollbar_auto

Displaying 3 results from an estimated 3 matches for "wxhw_scrollbar_auto".

2006 Dec 02
0
[769] trunk/wxruby2/swig/classes/HtmlWindow.i: Added missing style flags
...uot;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"> %ignore wxHtmlWindow::LoadFile; </span><span class="cx"&gt...
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
...t wxString& -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxHtmlWindow(wxWindow *parent , wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxHW_SCROLLBAR_AUTO, const wxString& name = wxT("htmlWindow")) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Adds to the static list of available -filters. These...