summaryrefslogtreecommitdiff
path: root/wintable/new/hscroll.h
AgeCommit message (Collapse)Author
2014-12-11Removed error check in ScrollWindowEx() call for now pending a wine bug ↵Pietro Gagliardi
(https://bugs.winehq.org/show_bug.cgi?id=37706).
2014-12-10Wrote up the hscroll code. Not sure why it doesn't work yet. Not yet applied ↵Pietro Gagliardi
to headers or drawing.
2014-12-10Moved Table width calculation out of recomputeHScroll() and into ↵Pietro Gagliardi
updateTableWidth(); also stored width in the Table itself.
2014-12-09Started readding hscroll code; just recomputeHScroll() for now.Pietro Gagliardi