]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
use static_cast<> for wxStaticCast; updated comment in front of wxDynamicCast()
[wxWidgets.git] / include / wx / textctrl.h
index 541a33124698c2579849ef1398412c865014a1b3..9d66c98012fadac539c4c0c191de205cb5509c4a 100644 (file)
@@ -106,7 +106,7 @@ const wxTextCoord wxInvalidTextCoord    = -2;
 // automatically detect the URLs and generate the events when mouse is
 // moved/clicked over an URL
 //
-// this is for Win32 richedit controls only so far
+// this is for Win32 richedit and wxGTK2 multiline controls only so far
 #define wxTE_AUTO_URL       0x1000
 
 // by default, the Windows text control doesn't show the selection when it