]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/toolbar.h
reorder the classes, putting first the basic ones and towards the end of the file...
[wxWidgets.git] / interface / wx / toolbar.h
index 0d36ef377f667e53e2313db6a0cb070971c0a270..cef105a0dc669c819d9926f695853859a5923ce3 100644 (file)
@@ -160,7 +160,7 @@ public:
     wxToolBar(wxWindow* parent, wxWindowID id,
               const wxPoint& pos = wxDefaultPosition,
               const wxSize& size = wxDefaultSize,
-              long style = wxTB_HORIZONTAL | wxBORDER_NONE,
+              long style = wxTB_HORIZONTAL,
               const wxString& name = wxToolBarNameStr);
 
     /**