X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..a255c995a18e60ff48fd1b337b2ce0a13843421d:/include/wx/cocoa/private/scrollview.h diff --git a/include/wx/cocoa/private/scrollview.h b/include/wx/cocoa/private/scrollview.h index c94dd41f48..fe07ff9fa1 100644 --- a/include/wx/cocoa/private/scrollview.h +++ b/include/wx/cocoa/private/scrollview.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/cocoa/scrollview.h +// Name: wx/cocoa/private/scrollview.h // Purpose: wxWindowCocoaScrollView // Author: David Elliott // Modified by: // Created: 2008/02/14 -// RCS-ID: $Id$ // Copyright: (c) 2003- David Elliott // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -48,7 +47,7 @@ protected: virtual void Cocoa_synthesizeMouseMoved(void) {} /*! Flag as to whether we're scrolling for a native view or a custom - wxWindow. This controls the scrolling behavior. When providing + wxWindow. This controls the scrolling behaviour. When providing scrolling for a native view we don't catch scroller action messages and thus don't send scroll events and we don't actually scroll the window when the application calls ScrollWindow.