]> git.saurik.com Git - wxWidgets.git/commit
Implement scrolling like wxWindow expects. That is, scrollbars send an event
authorDavid Elliott <dfe@tgwbd.org>
Thu, 1 Nov 2007 04:25:25 +0000 (04:25 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 1 Nov 2007 04:25:25 +0000 (04:25 +0000)
commit618d53b890bfcdc2daf0856fe4a72c69318bf479
tree1cb42a77ccacaa6d9668ce379861805d75cb427f
parent6aaee6afdcde7c9e677f642303d4988a66cb9dc9
Implement scrolling like wxWindow expects.  That is, scrollbars send an event
which the application processes to scroll the window the desired amount rather
than letting the toolkit do it.
There's still a lot more to go w.r.t. coordinate system transformations.
Copyright 2007 Software 2000 Ltd.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/cocoa/window.mm