]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/process.h
Fix errors in handling of maximum field in wxGenericProgressDialog.
[wxWidgets.git] / interface / wx / process.h
index 4a5585f81a2594a1f5777c88d643ae883107fb2a..47a2651b03c897dc1a94dd1ebd27e6d3bcb15d5a 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxProcess
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -75,6 +75,11 @@ enum wxKillError
     @library{wxbase}
     @category{appmanagement}
 
+    @beginWxPerlOnly
+    In wxPerl this class has an additional @c Destroy method,
+    for explicit destruction.
+    @endWxPerlOnly
+
     @see wxExecute(), @ref page_samples_exec
 */
 class wxProcess : public wxEvtHandler