Bitmap button updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
class WXDLLEXPORT wxFont;
|
||||
class WXDLLEXPORT wxWindow;
|
||||
class WXDLLEXPORT wxString;
|
||||
class WXDLLEXPORT wxBitmap;
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// private constants
|
||||
@@ -334,9 +335,12 @@ 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
|
||||
);
|
||||
|
||||
#endif // _WX_PRIVATE_H_
|
||||
|
||||
#endif
|
||||
// _WX_PRIVATE_H_
|
||||
|
Reference in New Issue
Block a user