search for: drawicon

Displaying 7 results from an estimated 7 matches for "drawicon".

2005 Jan 31
4
Outlook 2000 & attachments
...dced70) 3 0x10195789 CreateCompatibleDC+0x19 in gdi32 (0x23dceda4) 4 0x101986da GetDIBits+0x6a in gdi32 (0x23dcee50) 5 0x101bb374 MFDRV_StretchBlt+0x244 in gdi32 (0x23dceeb0) 6 0x101bb11f MFDRV_BitBlt+0x5f in gdi32 (0x23dceee8) 7 0x10190467 BitBlt+0xb7 in gdi32 (0x23dcef34) 8 0x32b130b4 DrawIcon+0x174 in user32 (0x23dcef84) 9 0x65f7db90err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file ole32.dbg ("C:\\Program Files\\Common Files\\System\\MAPI\\1033\\95") ?? +0x657 in ole32 (0x23dcf110) 10 0x3a542979err:dbghelp_msc:pdb_process_internal -Unable to peruse .PDB file C:\Ou...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...t ) = 0; - virtual void DrawEllipse(const wxPoint& pt , const wxSize& size ) = 0; - virtual void DrawEllipse(const wxRect& rect ) = 0; - virtual void DrawEllipticArc(wxCoord x , wxCoord y , wxCoord width , wxCoord height , double start , double end ) = 0; - virtual void DrawIcon(const wxIcon& icon , wxCoord x , wxCoord y ) = 0; - virtual void DrawLine(wxCoord x1 , wxCoord y1 , wxCoord x2 , wxCoord y2 ) = 0; - virtual void DrawLines(int n , wxPoint points[] , wxCoord xoffset = 0, wxCoord yoffset = 0) = 0; - virtual void DrawLines(wxList * points , wxCoord...
2012 Feb 11
1
Wine release 1.4-rc3
...rder tests to avoid side-effects. Alex Henrie (1): po: Update Catalan translation. Alexandre Julliard (6): mshtml: Use the current AppData folder instead of the default one as profile directory. winecoreaudio: Fix spec file parameters. user32: Draw the mask with SRCCOPY in DrawIcon when the image isn't being drawn. services: Don't close the overlapped event when terminating a service. dbgeng: Add missing WINAPI. cmd: START needs to be an internal command. Alistair Leslie-Hughes (1): mshtml/tests: Interface ITravelLogClient may not be supported...
2009 Jul 03
0
Wine release 1.1.25
...es). urlmon: Use GetBinfInfoEx in GetBindInfo implementation if possible. urlmon: Added IBindStatusCallbackEx implementation. Jaime Rave (2): notepad: Update Spanish translation. regedit: Spanish translation updated. Joel Holdsworth (3): user32/tests: Added tests for DrawIcon and DrawIconEx. user32: Added DrawIcon alpha blending support. user32: Added DrawIconEx alpha blending support. J?rg H?hle (3): winedos: Provide trailing \ now required by GetVolumeInformation. winecfg: Provide trailing \ now required by GetVolumeInformation. kernel32...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...N); int cyIcon = GetSystemMetrics(SM_CYICON); CRect rect; GetClientRect(&rect); int x = (rect.Width() - cxIcon + 1) / 2; int y = (rect.Height() - cyIcon + 1) / 2; // Draw the icon dc.DrawIcon(x, y, m_hIcon); } else { CDialog::OnPaint(); } } // The system calls this to obtain the cursor to display while the user drags // the minimized window. HCURSOR CGUIDlg::OnQueryDragIcon() { return (HCURSOR) m_hIcon; } void CGUIDlg::OnPlay()...
2009 Sep 25
0
Wine release 1.1.30
...Fix some Russian resources. shell32: Enlarge static to display multiline text correctly. Vladimir Pankratov (3): jscript: Add Russian translation. readme: Keep README.ru in sync. jscript: Update Russian translation. Wilfried Pasquazzo (2): user32: Correct scaling of DrawIcon. user32/tests: Test for correct scaling of DrawIcon. -- Alexandre Julliard julliard at winehq.org
2010 May 07
0
Wine release 1.1.44
...y Andrey Turkin. configure: Create a symlink from l_intl.nls in the build tree, and install it. wine.inf: Copy l_intl.nls to the system32 directory. user32: Return the icon depth instead of number of colors when loading from a .ico file. user32: Fix drawing of 1-bpp icons in DrawIconEx. user32: Use the correct rop when blitting an icon in DrawIconEx. user32: Make DrawIcon simply call DrawIconEx. shell32: Fix marshalling of 1-bpp systray icons. kernel32: Define GetProcessHeap as an assembler function on i386. kernel32: Add an x86_64 implementation f...