#include <Wt/WEvent>
Public Member Functions | |
| WScrollEvent () | |
| Default constructor. | |
| int | scrollX () const |
| Returns the current horizontal scroll position. | |
| int | scrollY () const |
| Returns the current vertical scroll position. | |
| int | viewportWidth () const |
| Returns the current horizontal viewport width. | |
| int | viewportHeight () const |
| Returns the current horizontal viewport height. | |
| int Wt::WScrollEvent::scrollX | ( | ) | const [inline] |
| int Wt::WScrollEvent::scrollY | ( | ) | const [inline] |
| int Wt::WScrollEvent::viewportWidth | ( | ) | const [inline] |
Returns the current horizontal viewport width.
Returns the current viewport width.
| int Wt::WScrollEvent::viewportHeight | ( | ) | const [inline] |
Returns the current horizontal viewport height.
Returns the current viewport height.
1.5.6