]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/toolbar.h
Window management and sizer layout corrections
[wxWidgets.git] / include / wx / univ / toolbar.h
index ff08ce21c0c8d9481fc4b78c365f3f74c0a9e403..d797ffa0e1b46f6c16227efc16a0e4839a663576 100644 (file)
@@ -104,10 +104,13 @@ protected:
 
 private:
     wxToolBarTool    *m_captured;
-    wxCoord          m_maxWidth, m_maxHeight;
+    wxToolBarTool    *m_underMouse;
+    wxCoord           m_maxWidth, m_maxHeight;
     
 private:
     void OnMouse( wxMouseEvent &event );
+    void OnEnter( wxMouseEvent &event );
+    void OnLeave( wxMouseEvent &event );
     void RefreshTool( wxToolBarTool *tool );
     void DrawToolBarTool( wxToolBarTool *tool, wxDC &dc, bool down );
     void OnPaint( wxPaintEvent &event );