projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b165ed
)
forgotten method declaration
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 26 Jul 2001 18:39:36 +0000
(18:39 +0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/generic/listctrl.h
b/include/wx/generic/listctrl.h
index 75cab160e56431eeb79e537b5b65a1fd0817cd81..6d72b0049255bb963fa8cded89382dee8bf8fa94 100644
(file)
--- 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);
};