]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/toolbar.h
Make wxToolBar styles consistent and add wxTB_DEFAULT_STYLE.
[wxWidgets.git] / include / wx / gtk1 / toolbar.h
index 616fba913fb50d4ec728705b908571406fe9fef3..87ec63db312b0f49c2a5fae4fa8d1010ff819a93 100644 (file)
@@ -68,6 +68,9 @@ protected:
     // common part of all ctors
     void Init();
 
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_DEFAULT; }
+
     // set the GTK toolbar style and orientation
     void GtkSetStyle();