X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4309ed174811ed0638e9836858976063475edcf6..859588540321276b8e813f479dbedbd53f23a0c5:/include/wx/aui/auibook.h?ds=sidebyside diff --git a/include/wx/aui/auibook.h b/include/wx/aui/auibook.h index 618e42af7c..51632fbd7e 100644 --- a/include/wx/aui/auibook.h +++ b/include/wx/aui/auibook.h @@ -455,6 +455,8 @@ public: bool IsDragging() const { return m_is_dragging; } protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } void OnPaint(wxPaintEvent& evt); void OnEraseBackground(wxEraseEvent& evt); @@ -580,6 +582,8 @@ public: // virtual bool AcceptsFocus() const { return false; } protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } // these can be overridden virtual void UpdateTabCtrlHeight();