Use ListView; add ViewColumn abstraction
Punting FormView since we really only need ListCtrl and using ListView makes the header column and window resizing work. The ViewColumn abstraction eliminates some copy/paste code blocks. HDN_ITEMCHANGED tracks user changes to column widths. Remove CTreeCtrl-related code. Also remove some unused code that was generating warnings. Signed-off-by: Kevin Wasserman <[email protected]> https://github.com/krb5/krb5/commit/9bb69f8f328c763fb5f91e7a0198232eea0c2beb Author: Kevin Wasserman <[email protected]> Committer: Ben Kaduk <[email protected]> Commit: 9bb69f8f328c763fb5f91e7a0198232eea0c2beb Branch: master src/windows/leash/Leash.rc | 12 +- src/windows/leash/LeashView.cpp | 371 +++++++++++---------------------------- src/windows/leash/LeashView.h | 32 +++- src/windows/leash/StdAfx.h | 1 + 4 files changed, 139 insertions(+), 277 deletions(-) _______________________________________________ kfwdev mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/kfwdev
