]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove "Windows only" mention from wxTE_PROCESS_ENTER documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Apr 2013 19:41:14 +0000 (19:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 Apr 2013 19:41:14 +0000 (19:41 +0000)
This style works for wxComboBox under GTK and OS X as well.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/combobox.h

index 7e10877077990cb0fe6bd08b11fe934359c5d378..b3528a9efb3ea2b8d3f47236d878317bb5c5a322 100644 (file)
@@ -43,8 +43,7 @@
     @style{wxTE_PROCESS_ENTER}
            The control will generate the event @c wxEVT_TEXT_ENTER
            (otherwise pressing Enter key is either processed internally by the
-           control or used for navigation between dialog controls). Windows
-           only.
+           control or used for navigation between dialog controls).
     @endStyleTable
 
     @beginEventEmissionTable{wxCommandEvent}