X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca5016d4ddae7f9a2d72a16326e9339f8d3e8748..2de77c6a543caf44069b275dd154d4fc692ad29d:/interface/wx/process.h?ds=sidebyside diff --git a/interface/wx/process.h b/interface/wx/process.h index 4a5585f81a..47a2651b03 100644 --- a/interface/wx/process.h +++ b/interface/wx/process.h @@ -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