Create a branch for console restructuration work.
[reactos.git] / base / applications / mspaint / scrollbox.h
1 /*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL
4 * FILE: scrollbox.h
5 * PURPOSE: Functionality surrounding the scroll box window class
6 * PROGRAMMERS: Benedikt Freisen
7 */
8
9 void RegisterWclScrollbox();
10
11 void UpdateScrollbox();
12
13 LRESULT CALLBACK ScrollboxWinProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);