virtual void SetRows(int nRows);
+ virtual void SetToolNormalBitmap(int id, const wxBitmap& bitmap);
+ virtual void SetToolDisabledBitmap(int id, const wxBitmap& bitmap);
+
// implementation only from now on
// -------------------------------
// unneeded
void CreateDisabledImageList();
+ // get the Windows toolbar style of this control
+ long GetMSWToolbarStyle() const;
+
// the big bitmap containing all bitmaps of the toolbar buttons
WXHBITMAP m_hBitmap;