X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6ddcd574bce0167851aef142be1f9722c694654..0e448231102ecab3ce01647e98ec156f7bf5b8bb:/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); };