Add wxMouseEvent::GetColumnsPerAction().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Jun 2013 15:53:29 +0000 (15:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 10 Jun 2013 15:53:29 +0000 (15:53 +0000)
commit5833988cb7a092f9976c1fb2320d4013f825400a
tree38751c5dc61ec71129b8f94397f3329cee733693
parent4775836d3736c6a4ac84d6427c4c619134816530
Add wxMouseEvent::GetColumnsPerAction().

This is similar to the existing GetLinesPerAction() but is for, surprise,
columns.

Also change the documentation to say that the value returned by both of these
methods is 3 under "most platforms" as some wxOSX currently uses 1 and not 3.

Closes #15239.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/event.h
include/wx/msw/missing.h
interface/wx/event.h
src/common/event.cpp
src/gtk/window.cpp
src/gtk1/window.cpp
src/msw/window.cpp
src/osx/carbon/nonownedwnd.cpp
src/osx/cocoa/window.mm
src/x11/window.cpp