X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..dae17a47b9c787cb7f47663fbeaaa5f9808853c7:/include/wx/statbmp.h diff --git a/include/wx/statbmp.h b/include/wx/statbmp.h index 24281700b4..b80459f3ff 100644 --- a/include/wx/statbmp.h +++ b/include/wx/statbmp.h @@ -45,6 +45,9 @@ public: virtual bool HasTransparentBackground() { return true; } protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + virtual wxSize DoGetBestSize() const; DECLARE_NO_COPY_CLASS(wxStaticBitmapBase)