From: Vadim Zeitlin Date: Thu, 26 Jul 2001 18:39:36 +0000 (+0000) Subject: forgotten method declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c0f8674c79186e83854f43e53e4805fd3ee866b4 forgotten method declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index 75cab160e5..6d72b00492 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -205,6 +205,10 @@ private: // create the header window void CreateHeaderWindow(); + // reposition the header and the main window in the report view depending + // on whether it should be shown or not + void ResizeReportView(bool showHeader); + DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxListCtrl); };