#include <window.h>
Scroll bar information structure.
Definition at line 7234 of file window.h.
Size of the structrue in bytes
Definition at line 7237 of file window.h.
A flag indicates which fields contain valid values, can be OR'ed value of the following values:
- SIF_RANGE
Retrives or sets the range of the scroll bar.
- SIF_PAGE
Retrives or sets the page size of the scroll bar.
- SIF_POS
Retrives or sets the position of the scroll bar.
- SIF_DISABLENOSCROLL
Hides the scroll when disabled, not implemented so far.
Definition at line 7250 of file window.h.
The maximum position value of the scroll bar
Definition at line 7254 of file window.h.
The minimum position value of the scroll bar
Definition at line 7252 of file window.h.
The page size of the scroll bar
Definition at line 7256 of file window.h.
The position value of the scroll bar
Definition at line 7258 of file window.h.
The documentation for this struct was generated from the following file: