X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..1e30d94eff7dca642729cb2f557650e8f2ebc61f:/include/wx/msw/microwin.h diff --git a/include/wx/msw/microwin.h b/include/wx/msw/microwin.h index 69bb4e1385..206ce59131 100644 --- a/include/wx/msw/microwin.h +++ b/include/wx/msw/microwin.h @@ -1,6 +1,6 @@ /* ///////////////////////////////////////////////////////////////////////////// -// Name: microwin.h +// Name: wx/msw/microwin.h // Purpose: Extra implementation for MicroWindows // Author: Julian Smart // Created: 2001-05-31 @@ -13,11 +13,6 @@ #ifndef _WX_MICROWIN_H_ #define _WX_MICROWIN_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "microwin.h" -#endif - - /* Implemented by microwin.cpp */ #ifdef __cplusplus @@ -33,7 +28,7 @@ HCURSOR SetCursor(HCURSOR hCursor); int GetScrollPosWX (HWND hWnd, int iSBar); BOOL ScrollWindow(HWND, int xAmount, int yAmount, - CONST RECT* lpRect, CONST RECT* lpClipRect); + CONST RECT* lpRect, CONST RECT* lpClipRect); HWND WindowFromPoint(POINT pt); SHORT GetKeyState(int nVirtKey); @@ -51,7 +46,7 @@ COLORREF GetTextColor(HDC hdc); COLORREF GetBkColor(HDC hdc); HPALETTE SelectPalette(HDC hdc, HPALETTE hPalette, BOOL b); BOOL IntersectClipRect(HDC hdc, int x, int y, - int w, int h); + int w, int h); BOOL GetClipBox(HDC hdc, RECT* rect); BOOL DrawIconEx(HDC hdc, int x, int y, HICON hIcon, int w, int h, UINT istepIfAniCur, HBRUSH hbrFlickerFreeDraw, UINT diFlags); BOOL SetViewportExtEx(HDC hdc, int x, int y, LPSIZE lpSize); @@ -73,8 +68,8 @@ BOOL GetScrollPos (HWND hWnd, int iSBar, int* pPos); BOOL GetScrollRange (HWND hWnd, int iSBar, int* pMinPos, int* pMaxPos); BOOL SetScrollPos (HWND hWnd, int iSBar, int iNewPos); BOOL SetScrollRange (HWND hWnd, int iSBar, int iMinPos, int iMaxPos); -BOOL SetScrollInfo (HWND hWnd, int iSBar, - LPCSCROLLINFO lpsi, BOOL fRedraw); +BOOL SetScrollInfo (HWND hWnd, int iSBar, + LPCSCROLLINFO lpsi, BOOL fRedraw); BOOL GetScrollInfo(HWND hWnd, int iSBar, LPSCROLLINFO lpsi); BOOL ShowScrollBar (HWND hWnd, int iSBar, BOOL bShow); HBITMAP WINAPI