]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/toolbar.h
removed the SetMargins call
[wxWidgets.git] / include / wx / univ / toolbar.h
index ac130e9feb8db7bd8abfbe7f3c45792029f87661..d797ffa0e1b46f6c16227efc16a0e4839a663576 100644 (file)
@@ -101,12 +101,16 @@ protected:
                                           const wxString& shortHelpString,
                                           const wxString& longHelpString);
     virtual wxToolBarToolBase *CreateTool(wxControl *control);
-    
+
 private:
     wxToolBarTool    *m_captured;
+    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 );