wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock
2005-02-19 02:55:32 +00:00
parent f131c6bc04
commit 9440c3d0e9
5 changed files with 629 additions and 1 deletions

View 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