]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
add default parameters for width and style parameters of FindOrCreatePen() for consis...
[wxWidgets.git] / include / wx / tbarbase.h
index 0ff7c9373aff3565f4931e3a6fcab06066a173f7..0ffef62ce3156d729df2c66cc68b9d5457d7a9fc 100644 (file)
@@ -394,7 +394,7 @@ public:
     virtual void SetToolDisabledBitmap(int WXUNUSED(id),
                                        const wxBitmap& WXUNUSED(bitmap)) {}
 
-    
+
     // margins/packing/separation
     // --------------------------
 
@@ -443,7 +443,7 @@ public:
     wxToolBarToolBase *FindById(int toolid) const;
 
     // return true if this is a vertical toolbar, otherwise false
-    bool IsVertical() const { return HasFlag(wxTB_LEFT | wxTB_RIGHT); }
+    bool IsVertical() const;
 
 
     // the old versions of the various methods kept for compatibility