]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/toolbar.h
adding comment
[wxWidgets.git] / include / wx / motif / toolbar.h
index 6407334fce888eb8af71c012fa9c6bb763486876..486bfa4c86f7b081daddaf7e53cf7871a6c0dc22 100644 (file)
@@ -22,7 +22,7 @@ public:
         wxWindowID id,
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize,
-        long style = wxNO_BORDER | wxTB_HORIZONTAL,
+        long style = wxTB_HORIZONTAL,
         const wxString& name = wxToolBarNameStr)
     {
         Init();
@@ -34,7 +34,7 @@ public:
         wxWindowID id,
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize,
-        long style = wxNO_BORDER | wxTB_HORIZONTAL,
+        long style = wxTB_HORIZONTAL,
         const wxString& name = wxToolBarNameStr);
 
     virtual ~wxToolBar();