]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/textctrl.h
Added userData to wxSizerItems and other things to make sizers more
[wxWidgets.git] / include / wx / motif / textctrl.h
index 4a537fdea02274f7ffba32337de712ad3713803c..6d0bb105deb05932b47a9989d02ab84bd529c767 100644 (file)
@@ -20,7 +20,7 @@ WXDLLEXPORT_DATA(extern const char*) wxTextCtrlNameStr;
 WXDLLEXPORT_DATA(extern const char*) wxEmptyString;
 
 // Single-line text item
-class WXDLLEXPORT wxTextCtrl : public wxControl
+class WXDLLEXPORT wxTextCtrl : public wxTextCtrlBase
 {
     DECLARE_DYNAMIC_CLASS(wxTextCtrl)
 
@@ -95,7 +95,7 @@ public:
     virtual bool IsModified() const;
 
     virtual long XYToPosition(long x, long y) const;
-    virtual void PositionToXY(long pos, long *x, long *y) const;
+    virtual bool PositionToXY(long pos, long *x, long *y) const;
     virtual void ShowPosition(long pos);
     virtual void Clear();