fix description for wxWS_EX_CONTEXTHELP; fixes #4276

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-11-22 12:17:19 +00:00
parent 4a15036c35
commit 4c0258758d

View File

@ -207,8 +207,9 @@ enum wxUpdateUI
Under Windows, puts a query button on the caption. When pressed,
Windows will go into a context-sensitive help mode and wxWidgets
will send a wxEVT_HELP event if the user clicked on an application window.
This style cannot be used together with wxMAXIMIZE_BOX or wxMINIMIZE_BOX, so
these two styles are automatically turned of if this one is used.
This style cannot be used (because of the underlying native behaviour)
together with @c wxMAXIMIZE_BOX or @c wxMINIMIZE_BOX, so these two styles
are automatically turned off if this one is used.
@style{wxWS_EX_PROCESS_IDLE}
This window should always process idle events, even if the mode set
by wxIdleEvent::SetMode is wxIDLE_PROCESS_SPECIFIED.