From ca6de8c056f6ec6977d8c17e308701c14f9f1eff Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 11 May 2009 12:53:19 +0000 Subject: [PATCH] Forgot to commit header as part of r60586, Reapplied some previous patches git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/dataview.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/osx/dataview.h b/include/wx/osx/dataview.h index 8618449635..80c6f5c377 100644 --- a/include/wx/osx/dataview.h +++ b/include/wx/osx/dataview.h @@ -580,8 +580,11 @@ protected: virtual void DoSetExpanderColumn(); virtual void DoSetIndent(); + virtual wxSize DoGetBestSize() const; + // event handling void OnSize(wxSizeEvent &event); + void OnMouse(wxMouseEvent &event); private: // initializing of local variables: -- 2.45.2