]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
PyCrust updates
[wxWidgets.git] / include / wx / msw / tbar95.h
index c6952d346a1fa6bdcb5714722926104661d8b7f4..01949b91cb2dc00c0519f5bad17d5b7eef4d5890 100644 (file)
@@ -66,6 +66,8 @@ public:
     void OnMouseEvent(wxMouseEvent& event);
     void OnSysColourChanged(wxSysColourChangedEvent& event);
 
+    static WXHBITMAP MapBitmap(WXHBITMAP bitmap, int width, int height);
+
 protected:
     // common part of all ctors
     void Init();
@@ -99,6 +101,9 @@ protected:
     // the total number of toolbar elements
     size_t m_nButtons;
 
+    // the tool the cursor is in
+    wxToolBarToolBase *m_pInTool;
+
 private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxToolBar)