]> git.saurik.com Git - wxWidgets.git/commitdiff
Documentation - wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
authorKevin Hock <hockkn@yahoo.com>
Sat, 19 Feb 2005 02:56:40 +0000 (02:56 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sat, 19 Feb 2005 02:56:40 +0000 (02:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/latex/wx/text.tex

index 3edb51b5b1a5f292f5f9a185254c0f81238316d4..6011a90ec543dc2bc432f81836247f29a38d14cd 100644 (file)
@@ -95,6 +95,7 @@ wxGTK:
 - Added wxRawBitmap support
 - Corrected Input method handler code (for Chinese etc.) and its
   interaction with wxWidgets' events.
+- wxTE_AUTO_URL implemention for wxGTK2 multiline wxTextCtrls (Mart Raudsepp)
 
 wxMac:
 
index 1aaf71ad3e3a778a2d4b44c138f82f452f307793..ddc5bc2d3999a5e3cc983e1c6f7325ff653b2bae 100644 (file)
@@ -296,8 +296,8 @@ style is ignored under other platforms.}
 \twocolitem{\windowstyle{wxTE\_RICH2}}{Use rich text control version 2.0 or 3.0
 under Win32, this style is ignored under other platforms}
 \twocolitem{\windowstyle{wxTE\_AUTO\_URL}}{Highlight the URLs and generate the
-wxTextUrlEvents when mouse events occur over them. This style is supported
-under Win32 only and requires wxTE\_RICH.}
+wxTextUrlEvents when mouse events occur over them. This style is only supported
+for wxTE\_RICH Win32 and multi-line wxGTK2 text controls.}
 \twocolitem{\windowstyle{wxTE\_NOHIDESEL}}{By default, the Windows text control
 doesn't show the selection when it doesn't have focus - use this style to force
 it to always show it. It doesn't do anything under other platforms.}
@@ -461,7 +461,7 @@ comes from the program itself (for example, if SetValue() is called)}
 generated when enter is pressed in a text control (which must have
 wxTE\_PROCESS\_ENTER style for this event to be generated).}
 \twocolitem{{\bf EVT\_TEXT\_URL(id, func)}}{A mouse event occured over an URL
-in the text control (Win32 only)}
+in the text control (wxMSW and wxGTK2 only)}
 \twocolitem{{\bf EVT\_TEXT\_MAXLEN(id, func)}}{User tried to enter more text
 into the control than the limit set by
 \helpref{SetMaxLength}{wxtextctrlsetmaxlength}.}