table of contents
other versions
- wheezy 1.4.1-4
SmoothScrollWindow(3w) | Wine API | SmoothScrollWindow(3w) |
NAME¶
SmoothScrollWindow (COMCTL32.382)SYNOPSIS¶
BOOL SmoothScrollWindow(
const SMOOTHSCROLLSTRUCT* smooth
)
DESCRIPTION¶
Lots of magic for smooth scrolling Windows(tm).RETURNS¶
Success: TRUE Failure: FALSE.BUGS¶
Currently only scrolls ONCE. The comctl32 implementation uses GetTickCount and what else to do smooth scrolling.IMPLEMENTATION¶
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function. Implemented in "dlls/comctl32/smoothscroll.c". Debug channel "commctrl".Oct 2012 | Wine API |