]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
Fix missing documentation for several GDI functions.
[wxWidgets.git] / include / wx / tbarbase.h
index b368ff8c9e8758a717e6e4e97b4246c15c834b4a..709b7c53ea36be1013dd233f6caade8e787c7855 100644 (file)
@@ -609,6 +609,9 @@ public:
 #endif
 
 protected:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     // to implement in derived classes
     // -------------------------------