minwin
app
button
canvas
combo
component
dialog
event
font
geometry
group
icon
image
label
layout
listbox
menu
multidg
paint
peer
peerimpl
scroll
text
window
|
minwin.scroll
ScrollBar and ScrollPane.
- enum ScrollMask;
- Range
- Increment
- Value
- const int Horizontal;
- const int Vertical;
- class ScrollBar: minwin.component.WindowChild;
- ScrollBar class.
- this(Component parent, int orientation, char[] name = "");
- Constructs a new ScrollBar.
- int value;
- Read-only property for getting the current position.
- class ScrollPane: minwin.component.WindowChild;
- this(Component parent, int orientations = 1 | 2, char[] name = "");
|