+ // Virtual function hiding supression
+ virtual void Update() { wxWindowBase::Update(); }
+
+ // 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);
+