X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..f8b13b5868b380ba53a0c030d6349f72dc4a9fae:/include/wx/msw/statbmp.h?ds=inline diff --git a/include/wx/msw/statbmp.h b/include/wx/msw/statbmp.h index 883b52ae37..ba61d269ef 100644 --- a/include/wx/msw/statbmp.h +++ b/include/wx/msw/statbmp.h @@ -16,7 +16,7 @@ #include "wx/icon.h" #include "wx/bitmap.h" -extern WXDLLEXPORT_DATA(const wxChar) wxStaticBitmapNameStr[]; +extern WXDLLEXPORT_DATA(const char) wxStaticBitmapNameStr[]; // a control showing an icon or a bitmap class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase @@ -54,8 +54,10 @@ public: virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; + // returns true if the platform should explicitly apply a theme border + virtual bool CanApplyThemeBorder() const { return false; } + protected: - virtual wxBorder GetDefaultBorder() const; virtual wxSize DoGetBestSize() const; // ctor/dtor helpers