]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
use global file/regkey by default
[wxWidgets.git] / include / wx / msw / textctrl.h
index 2c66ed228e1ef75a2eb4aabe74ca4bd73a7fa354..71ac994ad92cb1289e923463a3b8964b2225dca2 100644 (file)
@@ -74,6 +74,7 @@ public:
     virtual bool LoadFile(const wxString& file);
 
     // clears the dirty flag
+    virtual void MarkDirty();
     virtual void DiscardEdits();
 
     virtual void SetMaxLength(unsigned long len);
@@ -102,6 +103,9 @@ public:
     virtual bool PositionToXY(long pos, long *x, long *y) const;
 
     virtual void ShowPosition(long pos);
+    virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt,
+                                            wxTextCoord *col,
+                                            wxTextCoord *row) const;
 
     // Clipboard operations
     virtual void Copy();
@@ -198,7 +202,7 @@ protected:
     void Init();
 
     // intercept WM_GETDLGCODE
-    virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
+    virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     // call this to increase the size limit (will do nothing if the current
     // limit is big enough)