X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f140b3520be5925e9d39381cc603dad99a060bff..c16471b6e8b08bd7d02c4c4988a06f46b83634e1:/include/wx/os2/private.h diff --git a/include/wx/os2/private.h b/include/wx/os2/private.h index dba3339d60..7b57d7f594 100644 --- a/include/wx/os2/private.h +++ b/include/wx/os2/private.h @@ -35,10 +35,12 @@ #endif #include "wx/fontenc.h" +#include "wx/colour.h" class WXDLLEXPORT wxFont; class WXDLLEXPORT wxWindow; class WXDLLEXPORT wxString; +class WXDLLEXPORT wxBitmap; // --------------------------------------------------------------------------- // private constants @@ -267,9 +269,14 @@ WXDLLEXPORT void wxSetInstance(HINSTANCE hInst); WXDLLEXPORT wxWindow* wxFindWinFromHandle(WXHWND hWnd); WXDLLEXPORT void wxGetCharSize(WXHWND wnd, int *x, int *y,wxFont *the_font); + +WXDLLEXPORT void wxConvertVectorFontSize( FIXED fxPointSize + ,PFATTRS pFattrs + ); WXDLLEXPORT void wxFillLogFont( LOGFONT* pLogFont ,PFACENAMEDESC pFaceName ,HPS* phPS + ,bool* pbInternalPS ,long* pflId ,wxString& sFaceName ,wxFont* pFont @@ -329,9 +336,13 @@ WXDLLEXPORT extern void wxOS2SetFont( HWND hWnd ); -WXDLLEXPORT extern bool wxCheckWindowWndProc( WXHWND hWnd - ,WXFARPROC fnWndProc +WXDLLEXPORT extern bool wxCheckWindowWndProc( WXHWND hWnd + ,WXFARPROC fnWndProc ); +WXDLLEXPORT extern wxBitmap wxDisableBitmap( const wxBitmap& rBmp + ,long lColor + ); + +WXDLLEXPORT extern COLORREF wxColourToRGB(const wxColour& rColor); +#endif // _WX_PRIVATE_H_ -#endif - // _WX_PRIVATE_H_