]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
Use wxGetTranslation() instead of _() in the public headers.
[wxWidgets.git] / include / wx / tbarbase.h
index b368ff8c9e8758a717e6e4e97b4246c15c834b4a..c9ff7f430c6a26252423200bf21f50054560bc0c 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     01/02/97
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -609,6 +608,9 @@ public:
 #endif
 
 protected:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     // to implement in derived classes
     // -------------------------------