]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbox.h
changing to wxDC, so that wxGCDC can be used as well
[wxWidgets.git] / include / wx / statbox.h
index 039df42af356b4a0dc597941cb6bb5a40c4316f5..873e5d15e533707c5d80cbbfdb8996ad4f1f26be 100644 (file)
@@ -46,7 +46,10 @@ public:
         *borderOther = BORDER;
     }
 
-private:
+protected:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     DECLARE_NO_COPY_CLASS(wxStaticBoxBase)
 };