]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
Leave a comment about drag threshold setting.
[wxWidgets.git] / include / wx / textctrl.h
index 4afe415c68b0d3af2212465130f58bb63d2c2c4a..83dcaeecb4c6801c1d2b116215e3d666a8553835 100644 (file)
@@ -73,10 +73,6 @@ const wxTextCoord wxInvalidTextCoord    = -2;
 // wxTextCtrl style flags
 // ----------------------------------------------------------------------------
 
-// the flag bit 0x0001 s free but should be used only for the things which
-// don't make sense for a text control used by wxTextEntryDialog because they
-// would otherwise conflict with wxOK, wxCANCEL, wxCENTRE
-
 #define wxTE_NO_VSCROLL     0x0002
 #define wxTE_AUTO_SCROLL    0x0008
 
@@ -431,6 +427,7 @@ protected:
     wxTextAttr m_defaultStyle;
 
     DECLARE_NO_COPY_CLASS(wxTextCtrlBase)
+    DECLARE_ABSTRACT_CLASS(wxTextCtrlBase)
 };
 
 // ----------------------------------------------------------------------------