mirror of
https://github.com/reactos/reactos.git
synced 2025-08-10 22:36:14 +00:00
14 lines
339 B
C
14 lines
339 B
C
![]() |
/*
|
||
|
* PROJECT: PAINT for ReactOS
|
||
|
* LICENSE: LGPL
|
||
|
* FILE: scrollbox.h
|
||
|
* PURPOSE: Functionality surrounding the scroll box window class
|
||
|
* PROGRAMMERS: Benedikt Freisen
|
||
|
*/
|
||
|
|
||
|
void RegisterWclScrollbox();
|
||
|
|
||
|
void UpdateScrollbox();
|
||
|
|
||
|
LRESULT CALLBACK ScrollboxWinProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
|