diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-20 21:27:30 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-20 21:27:30 +0200 |
commit | 561ee240477e348efcd3670a5481ccb538d6724b (patch) | |
tree | 0bfee883963a390c657e627a2184068826168d6f /c/listview.h | |
parent | 3f842c733568aa9068aa83fad52540eb98f334b1 (diff) | |
download | EpisodeBrowser-561ee240477e348efcd3670a5481ccb538d6724b.tar.gz |
Simplify UpdateLayout.
Diffstat (limited to 'c/listview.h')
-rw-r--r-- | c/listview.h | 1 |
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: |