search for: wxfontdata

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

Did you mean: fontdata
2007 Mar 19
0
[899] branches/wxruby2/wxwidgets_282/swig/classes/include/wxFontDialog.h: Fixed GetFontData() signature to match headers for wxMac, needed to get around compile error.
...-19 21:53:14 UTC (rev 899) </span><span class="lines">@@ -21,7 +21,12 @@ </span><span class="cx"> </span><span class="cx"> </span><span class="cx"> virtual ~wxFontDialog() ; </span><del>- const wxFontData& GetFontData() const; </del><ins>+#if defined(__WXMAC__) + wxFontData& GetFontData(); +#else +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspconst wxFontData& GetFontData() const; +#endif + </ins><span class="cx"> wxFontData&...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...clude/wxDirDialog.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxFileDialogh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxFileDialog.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxFontDatah">branches/wxruby2/wxwidgets_282/swig/classes/include/wxFontData.h</a></li> <li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxFontDialogh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxFontDialog.h</a></li> <li><a hr...
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)
...n parts of this 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 directo...