ReactOS
0.4.15-dev-4872-g8a3db97
|
Go to the source code of this file.
Classes | |
struct | ScrollbarPresence |
Functions | |
void | UpdateScrollbox () |
Variables | |
CONST ScrollbarPresence | sp_mx [3][3] |
CONST INT | HSCROLL_WIDTH = ::GetSystemMetrics(SM_CYHSCROLL) |
CONST INT | VSCROLL_WIDTH = ::GetSystemMetrics(SM_CXVSCROLL) |
void UpdateScrollbox | ( | ) |
Definition at line 53 of file scrollbox.cpp.
Referenced by CScrollboxWindow::OnSize(), and CImgAreaWindow::OnSize().
CONST INT HSCROLL_WIDTH = ::GetSystemMetrics(SM_CYHSCROLL) |
Definition at line 46 of file scrollbox.cpp.
Referenced by UpdateScrollbox().
CONST ScrollbarPresence sp_mx[3][3] |
CONST INT VSCROLL_WIDTH = ::GetSystemMetrics(SM_CXVSCROLL) |
Definition at line 47 of file scrollbox.cpp.
Referenced by UpdateScrollbox().