]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/private.h
added selecting-while-dragging
[wxWidgets.git] / include / wx / os2 / private.h
index b6ce09db99b3169d514772373f76569432e6ae2f..7b57d7f594df336d0d90d521842dc2a68152dbf5 100644 (file)
 #endif
 
 #include "wx/fontenc.h"
+#include "wx/colour.h"
 
 class WXDLLEXPORT wxFont;
 class WXDLLEXPORT wxWindow;
 class WXDLLEXPORT wxString;
+class WXDLLEXPORT wxBitmap;
 
 // ---------------------------------------------------------------------------
 // private constants
@@ -334,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_