aboutsummaryrefslogtreecommitdiff
path: root/c/listview.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-20 21:27:30 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-20 21:27:30 +0200
commit561ee240477e348efcd3670a5481ccb538d6724b (patch)
tree0bfee883963a390c657e627a2184068826168d6f /c/listview.h
parent3f842c733568aa9068aa83fad52540eb98f334b1 (diff)
downloadEpisodeBrowser-561ee240477e348efcd3670a5481ccb538d6724b.tar.gz
Simplify UpdateLayout.
Diffstat (limited to 'c/listview.h')
-rw-r--r--c/listview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/listview.h b/c/listview.h
index 31ecc79..6254c2d 100644
--- a/c/listview.h
+++ b/c/listview.h
@@ -9,6 +9,7 @@ struct ListView
ListView(HWND hWndParent, HMENU hMenu, DWORD dwStyle);
int Height(int bHeader = -1);
+ virtual void ResizeColumns(RECT& rcParent);
virtual void UpdateTheme(BOOL bThemeActive);
virtual LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
protected: