]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/auibook.h
one additional assign
[wxWidgets.git] / include / wx / aui / auibook.h
index 618e42af7cb3b4505262510c005cfd75fbb67f23..51632fbd7eb710f7c9ac55b57f5bff9d0c38b03f 100644 (file)
@@ -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();