]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stattext.h
remove unneccessary header dependencies on wx/thread.h
[wxWidgets.git] / include / wx / stattext.h
index 05059831bb41531cc24ef37e8fcdbae8f87f3de7..395b19066aa4718e07631b285a6bbf7f38d2e037 100644 (file)
@@ -72,6 +72,9 @@ public:
 
 protected:      // functions required for wxST_ELLIPSIZE_* support
 
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     // just calls RemoveMarkup & Ellipsize on the original label.
     virtual wxString GetEllipsizedLabelWithoutMarkup() const;