]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
1. wxWindow::IsTopLevel() added and documented
[wxWidgets.git] / include / wx / utils.h
index ecc35d98e64d14ce1b12a573c225967d5c4dfc2f..02ce0c40991738498ce7584f4774d961e3e5309a 100644 (file)
@@ -84,6 +84,11 @@ WXDLLEXPORT int wxGetOsVersion(int *majorVsn= (int *) NULL,int *minorVsn= (int *
 // Return a string with the current date/time
 WXDLLEXPORT wxString wxNow();
 
+// Don't synthesize KeyUp events holding down a key and producing
+// KeyDown events with autorepeat. On by default and always on
+// in wxMSW.
+WXDLLEXPORT bool wxSetDetectableAutoRepeat( bool flag );
+
 // ----------------------------------------------------------------------------
 // Window ID management
 // ----------------------------------------------------------------------------