search for: getfont

Displaying 14 results from an estimated 14 matches for "getfont".

Did you mean: setfont
2005 Sep 14
1
Part 3
Window.i patch to remove the %ignore for GetFont. Not sure why it was ignored. GetFont is needed by one of the samples. _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Nov 23
1
Wx::SystemSettings
Hi all Please find attached files to implement (much of) Wx::SystemSettings for wxruby2. I really just wanted to be able to get screen width and screen height, but there''s lots of other stuff there too; the sample file provides a listing of what''s avaiable, with descriptions. With this email * patch to typemap.i * patch to RubyConstants.i * new SystemSettings.i file for
2005 Aug 22
1
Patches for inheritance fixes for 2 classes and added 1 class
...oss. in App.i I changed wxDEBUG to __WXDEBUG__ now all the extra debug info is spit out at the command line (at least on Mac OS X, should on others also) in Window I got rid of the Clear() method which no longer exists, I am surprised we did not get a problem with this earlier. I also changed the GetFont method to the correct form. I added TopLevelWindow so Frame can inherit from it as it should. I changed MenuBar to inherit from Window instead of EvtHandler per the docs and the wx header files. Sean _______________________________________________ wxruby-users mailing list wxruby-users...
2007 Mar 23
0
[917] branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiDockArt.h: Fix spelling mistake from wxWidgets headers
...p;nbsp&nbsp&nbsp2007-03-23 16:59:10 UTC (rev 917) </span><span class="lines">@@ -15,7 +15,7 @@ </span><span class="cx"> virtual void SetFont(int id, const wxFont& font) = 0; </span><span class="cx"> virtual wxFont GetFont(int id) = 0; </span><span class="cx"> virtual wxColour GetColour(int id) = 0; </span><del>- virtual void SetColour(int id, const wxColor& colour) = 0; </del><ins>+ virtual void SetColour(int id, const wxColour& colour) = 0; </ins&gt...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...= 0; - virtual wxCoord GetCharWidth() = 0; </del><ins>+ wxCoord GetCharHeight(); + wxCoord GetCharWidth(); </ins><span class="cx"> void GetClippingBox(wxCoord *x , wxCoord *y , wxCoord *width , wxCoord *height ) ; </span><del>- //wxFont& GetFont(); </del><span class="cx"> const wxFont& GetFont() const; </span><span class="cx"> wxLayoutDirection GetLayoutDirection() const; </span><span class="cx"> int GetLogicalFunction() ; </span><span class="cx"...
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...uot;>@@ -70,8 +76,10 @@ </span><span class="cx"> * "DC#get_char_width":#DC_getcharwidth </span><span class="cx"> * "DC#get_clipping_box":#DC_getclippingbox </span><span class="cx"> * "DC#get_font":#DC_getfont </span><ins>+* "DC#get_layout_direction":#DC_getlayoutdirection </ins><span class="cx"> * "DC#get_logical_function":#DC_getlogicalfunction </span><span class="cx"> * "DC#get_map_mode":#DC_getmapmode </span>&...
2016 May 16
0
Wine release 1.9.10
...dRegister(). comctl32/listview: Simplify setting redraw mode flag. d3dx10: Implement D3DX10UnsetAllDeviceObjects(). comctl32/tooltips: Cut tooltip text at first tab char unless TTS_NOPREFIX is used. dwrite: Make IDWriteGdiInterop1 a part of a factory. dwrite: Implement GetFontSignature(). dwrite: Use common structure to pass stream/facetype/index data around. po: Update Russian translation. dwrite/tests: A test for references returned from IDWriteFontFace3. dwrite: Fix reference equality condition. dwrite: Validate simulation flags and fail...
2014 Oct 17
0
Wine release 1.7.29
...hes with page fault before main menu 35489 HTC Synchronization Manager 2.4 doesn't run: needs setupapi.dll.CM_Get_Device_Interface_List_SizeW 35886 Lotus Notes 9 'cacheset.exe' utility needs KERNEL32.dll.SetSystemFileCacheSize 36528 Multiple applications need IDWriteFontFamily::GetFontCount implementation (Behringer x32 Edit, Fractal-Bot) 36747 SIV 4.46 Beta-15 crashes on unimplemented function slc.dll.SLGetWindowsInformation 36761 Imagelist invisible dragimage 36939 Multiple applications need IDWriteFontFamily::GetFont implementation (Molot VST plugin, Behringer x32 Edi...
2015 May 29
0
Wine release 1.7.44
...ods. riched20: Implement GetSize(). riched20: Implement GetUnderline(). riched20: Implement GetForeColor(). riched20: Implement GetStrikeThrough(). riched20: Implement GetSubscript()/GetSuperscript(). riched20: Implement GetLanguageID(). riched20: Implement GetFont() for selection range. msctfp: Added proxy/stub dll for msctf.idl interfaces. oledlg: Support convert menu item in OleUIAddVerbMenuW(). include: Fix oleacc.idl size_is attributes for void** arrays. include: Fix missing attributes in urlmon.idl. riched20: Implement GetN...
2016 Mar 18
0
Wine release 1.9.6
...nclude: Added IDWriteFactory3 method definitions. notepad: Make sure to use large enough buffer when composing window title (Coverity). oleview: Fix buffer length passed to Reg* functions (Coverity). dwrite: Update to IDWriteFontFamily1. dwrite: Implement IDWriteFontFamily1::GetFont(). dwrite: Update to IDWriteFontCollection1. dwrite: Remove flag marking system collections. dwrite: Update to IDWriteFontList1. ole32/tests: A test to show data cache QI problems. avifil32: Use matching buffer length for dest string (Coverity). ole32: Implement...
2015 Oct 02
0
Wine release 1.7.52
...tests for NtQueryFullAttributesFile. ntdll: Return STATUS_OBJECT_NAME_INVALID in wine_nt_to_unix_file_name for prefix-only paths. Nikolay Sivov (22): dwrite: Return stub IDWriteFontList from GetMatchingFonts(). dwrite: Track face styles added to a family. dwrite: Implement GetFont() for matching list. dwrite: Implement GetFontCollection() for matching list. oledlg: Improve menu items localization for OleUIAddVerbMenuW(). oledlg/tests: Handle localized menu strings. dwrite/tests: Some tests for TranslateColorGlyphRun(). gdi32/tests: Avoid excessi...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...bsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns a reference to the font for this window. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxFont GetFont() const; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns the foreground colour of the window. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...+ branches/wxruby2/wxwidgets_282/swig/classes/include/wxDC.h&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-03-17 18:39:40 UTC (rev 883) </span><span class="lines">@@ -61,7 +61,7 @@ </span><span class="cx"> const wxFont& GetFont() const; </span><span class="cx"> int GetLogicalFunction() ; </span><span class="cx"> int GetMapMode() ; </span><del>- bool GetOptimization() ; </del><ins>+// bool GetOptimization() ; </ins><span class="cx"...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...h_) +#define _wxAuiDockArt_h_ + +class wxAuiDockArt +{ +public: + wxAuiDockArt() { } + virtual ~wxAuiDockArt() { } + + virtual int GetMetric(int id) = 0; + virtual void SetMetric(int id, int new_val) = 0; + virtual void SetFont(int id, const wxFont& font) = 0; + virtual wxFont GetFont(int id) = 0; + virtual wxColour GetColour(int id) = 0; + virtual void SetColour(int id, const wxColor& colour) = 0; + wxColour GetColor(int id) { return GetColour(id); } + void SetColor(int id, const wxColour& color) { SetColour(id, color); } + + virtual void DrawSash(wxDC&am...