mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
13 lines
339 B
C
13 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);
|