]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/textctrl.h
Add comment about wxBitmap::SetPalette() not being implemented
[wxWidgets.git] / include / wx / palmos / textctrl.h
index e6f8f5ba1e30e79b033293522bd021f546c46908..35782d81bb9de939dde4df4d68faaf4657cc7b89 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/textctrl.h
 // Purpose:     wxTextCtrl class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -123,7 +123,7 @@ public:
     virtual void SetInsertionPoint(long pos);
     virtual void SetInsertionPointEnd();
     virtual long GetInsertionPoint() const;
-    virtual long GetLastPosition() const;
+    virtual wxTextPos GetLastPosition() const;
 
     virtual void SetSelection(long from, long to);
     virtual void SetEditable(bool editable);