X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e86edab05be77792498289f0605b49629bb912af..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/osx/dataview.h diff --git a/include/wx/osx/dataview.h b/include/wx/osx/dataview.h index 8618449635..b1b692eede 100644 --- a/include/wx/osx/dataview.h +++ b/include/wx/osx/dataview.h @@ -406,6 +406,10 @@ public: { m_width = NewWidth; } + void SetSortOrderVariable(bool NewOrder) + { + m_ascending = NewOrder; + } private: // common part of all ctors @@ -580,8 +584,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: