]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/spinctrl.h
Move SendIdleEvents() from wxApp to wxWindow.
[wxWidgets.git] / interface / wx / spinctrl.h
index 4fa5dd4ed039e10304da15586e29408de797a8a4..afb4d61a7c02d858d7b205f145775a9570dd4cf4 100644 (file)
@@ -17,7 +17,7 @@
     @style{wxSP_WRAP}
         The value wraps at the minimum and maximum.
     @style{wxTE_PROCESS_ENTER}
-        Indicates that the control should generate wxEVT_COMMAND_TEXT_ENTER
+        Indicates that the control should generate @c wxEVT_COMMAND_TEXT_ENTER
         events. Using this style will prevent the user from using the Enter key
         for dialog navigation (e.g. activating the default button in the
         dialog) under MSW.