]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toolbar.i
merge from 2.8 branch
[wxWidgets.git] / wxPython / src / _toolbar.i
index f7e886494e5b22de7a68fa2bfc8c6e1227926e91..3180b8e5150188fe95cb56998d5d56848e08de84 100644 (file)
@@ -442,6 +442,10 @@ public:
               long style = wxNO_BORDER | wxTB_HORIZONTAL,
               const wxString& name = wxPyToolBarNameStr);
 
+    // TODO: In 2.9 move these to the base class...
+    void SetToolNormalBitmap(int id, const wxBitmap& bitmap);
+    void SetToolDisabledBitmap(int id, const wxBitmap& bitmap);
+    
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 };