ScrollableControl

Undocumented in source.

Members

Functions

onMouseWheel
void onMouseWheel(MouseWheelEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onScroll
void onScroll(ScrollEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollWindow
void scrollWindow(ScrollWindowDirection swd, int amount)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollWindow
void scrollWindow(ScrollWindowDirection swd, int amount, Rect rectScroll)
Undocumented in source. Be warned that the author may not have intended to support it.
wndProc
void wndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mouseWheel
Event!(Control, MouseWheelEventArgs) mouseWheel;
Undocumented in source.
scroll
Event!(Control, ScrollEventArgs) scroll;
Undocumented in source.

Inherited Members

From ReflectedControl

wndProc
void wndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta