X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6ddcd574bce0167851aef142be1f9722c694654..a42aa5d7be12e5bb24aa0488892574c01cae5a5b:/include/wx/generic/listctrl.h?ds=sidebyside 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); };