]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/textentry.cpp
Fix horizontal mouse wheel scrolling in wxGTK.
[wxWidgets.git] / src / motif / textentry.cpp
index 9ba70b8df3b73e1ec2d97ce28e2b1f443ebfe64d..3d79807d6c813c4aaae45ed21a07949caf6358d8 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     implementation of wxTextEntry for wxMotif
 // Author:      Vadim Zeitlin
 // Created:     2007-11-05
-// RCS-ID:      $Id$
 // Copyright:   (c) 2007 Vadim Zeitlin <vadim@wxwindows.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -25,6 +24,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/string.h"
+    #include "wx/window.h"
 #endif //WX_PRECOMP
 
 #include "wx/textentry.h"
@@ -59,7 +59,7 @@ long wxTextEntry::GetMotifPos(long pos) const
 // operations on control text
 // ----------------------------------------------------------------------------
 
-wxString wxTextEntry::GetValue() const
+wxString wxTextEntry::DoGetValue() const
 {
     wxString str;