wxTE_PROCESS_ENTER isn't just for Windows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@63543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -141,7 +141,7 @@ Here's how you would create and populate it in a dialog constructor:
|
|||||||
\twocolitem{\windowstyle{wxTE\_PROCESS\_ENTER}}{The control will generate
|
\twocolitem{\windowstyle{wxTE\_PROCESS\_ENTER}}{The control will generate
|
||||||
the event wxEVT\_COMMAND\_TEXT\_ENTER (otherwise pressing Enter key
|
the event wxEVT\_COMMAND\_TEXT\_ENTER (otherwise pressing Enter key
|
||||||
is either processed internally by the control or used for navigation between
|
is either processed internally by the control or used for navigation between
|
||||||
dialog controls). Windows only.}
|
dialog controls).}
|
||||||
\twocolitem{\windowstyle{wxCC\_SPECIAL\_DCLICK}}{Double-clicking triggers a call
|
\twocolitem{\windowstyle{wxCC\_SPECIAL\_DCLICK}}{Double-clicking triggers a call
|
||||||
to popup's OnComboDoubleClick. Actual behaviour is defined by a derived
|
to popup's OnComboDoubleClick. Actual behaviour is defined by a derived
|
||||||
class. For instance, wxOwnerDrawnComboBox will cycle an item. This style only
|
class. For instance, wxOwnerDrawnComboBox will cycle an item. This style only
|
||||||
|
Reference in New Issue
Block a user