X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2b6dd8c508ddc1ebfee5b7d6e68a44b4e05a50f..e91e1e3d5cab263883c1cee1689c898b8f7c4ecd:/include/wx/tbarbase.h diff --git a/include/wx/tbarbase.h b/include/wx/tbarbase.h index b368ff8c9e..c9ff7f430c 100644 --- a/include/wx/tbarbase.h +++ b/include/wx/tbarbase.h @@ -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 // -------------------------------