]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbmp.h
Added wxToggleBitmapButton
[wxWidgets.git] / include / wx / statbmp.h
index 24281700b402d7996afc8377ca80428b7fdbff6f..b80459f3ff517192db273ba7c5238761fb69b9d6 100644 (file)
@@ -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)