]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tbar95.h
added inactive titlebar text colour
[wxWidgets.git] / include / wx / msw / tbar95.h
index 50bcf72eb2f336df71e972e536eb2837913cead1..9bdf0109c5eb6c9cfb3064f0c619c6ab06aa455d 100644 (file)
@@ -99,6 +99,9 @@ protected:
     // the total number of toolbar elements
     size_t m_nButtons;
 
     // 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)
 private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxToolBar)