search for: getcharwidth

Displaying 6 results from an estimated 6 matches for "getcharwidth".

2009 Sep 23
3
[LLVMdev] [cfe-dev] thoughts about n-bit bytes for clang/llvm
I am trying to gauge how much interest there is in supporting non-8- bit byte targets. Other than myself, Ken Dyck of ON Semiconductor has a 24-bit machine he is trying to support. We have been working jointly on this but we are also both new to Clang and LLVM. Although both of our processors are not mainstream, Ken points out that Texas Instruments the C5000 series is also 16-bit
2003 Oct 25
9
Windows Compile Error
I''ve gotten a lot farther building wxRuby than I did a few months ago. But its getting late here and I''m going to bed. In the meantime, does anyone know why I''m getting this compile error: Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cl -MD -Zi -O2b2xg- -G6
2002 May 24
0
gta3
...FillRgn fixme:win32:ELF_FindExportedFunction function FlattenPath not found: /usr/lib/wine/libwine.so: undefined symbol: FlattenPath fixme:win32:ELF_FindExportedFunction function FrameRgn not found: /usr/lib/wine/libwine.so: undefined symbol: FrameRgn fixme:win32:ELF_FindExportedFunction function GetCharWidth not found: /usr/lib/wine/libwine.so: undefined symbol: GetCharWidth fixme:win32:ELF_FindExportedFunction function GetDCOrgEx not found: /usr/lib/wine/libwine.so: undefined symbol: GetDCOrgEx fixme:win32:ELF_FindExportedFunction function GetDeviceCaps not found: /usr/lib/wine/libwine.so: undefine...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...;/span><span class="cx"> int GetBackgroundMode() const; </span><del>- //wxBrush& GetBrush(); </del><span class="cx"> const wxBrush& GetBrush() const; </span><del>- virtual wxCoord GetCharHeight() = 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...
2007 Mar 18
0
[895] branches/wxruby2/wxwidgets_282/swig/classes: Fix Window::GetChildren method for changes in 2.6 -> 2.8 API
...895) </span><span class="lines">@@ -56,7 +56,7 @@ </span><span class="cx"> static wxWindow * GetCapture() ; </span><span class="cx"> virtual int GetCharHeight() const; </span><span class="cx"> virtual int GetCharWidth() const; </span><del>- wxList& GetChildren() ; </del><ins>+ wxWindowList& GetChildren() ; </ins><span class="cx"> void GetClientSize(int* width , int* height ) const; </span><span class="cx"> wxSize GetClientSize()...
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 * \brief Returns the average character width for this window. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> virtual int GetCharWidth() const; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Returns a reference to the list of the window''s children. -&nbsp&nbsp&nbsp&nbsp&...