]> git.saurik.com Git - wxWidgets.git/commitdiff
forgotten method declaration
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Jul 2001 18:39:36 +0000 (18:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Jul 2001 18:39:36 +0000 (18:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/listctrl.h

index 75cab160e56431eeb79e537b5b65a1fd0817cd81..6d72b0049255bb963fa8cded89382dee8bf8fa94 100644 (file)
@@ -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);
 };