X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..e59127de8b89a377348c11ea11430a4fcbf4ff5d:/interface/wx/event.h diff --git a/interface/wx/event.h b/interface/wx/event.h index f56d4b2435..b9cc77bfe6 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -2725,10 +2725,26 @@ public: /** Returns the configured number of lines (or whatever) to be scrolled per - wheel action. Defaults to three. + wheel action. + + Default value under most platforms is three. + + @see GetColumnsPerAction() */ int GetLinesPerAction() const; + /** + Returns the configured number of columns (or whatever) to be scrolled per + wheel action. + + Default value under most platforms is three. + + @see GetLinesPerAction() + + @since 2.9.5 + */ + int GetColumnsPerAction() const; + /** Returns the logical mouse position in pixels (i.e.\ translated according to the translation set for the DC, which usually indicates that the window has been