X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42d6e1369732fde88762b3936f78857cccb82b8e..bc55104d9ab0b0b835644f17a152b4fbbfa8c7b9:/include/wx/tbarbase.h diff --git a/include/wx/tbarbase.h b/include/wx/tbarbase.h index f530678a40..d57869579b 100644 --- a/include/wx/tbarbase.h +++ b/include/wx/tbarbase.h @@ -30,6 +30,7 @@ class WXDLLEXPORT wxToolBarBase; class WXDLLEXPORT wxToolBarToolBase; +class WXDLLEXPORT wxImage; // ---------------------------------------------------------------------------- // constants @@ -475,6 +476,9 @@ private: DECLARE_CLASS(wxToolBarBase) }; +// Helper function for creating the image for disabled buttons +bool wxCreateGreyedImage(const wxImage& in, wxImage& out) ; + #endif // wxUSE_TOOLBAR #endif