]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/process.h
Add some basic tests for wxDataViewCtrl selection handling.
[wxWidgets.git] / include / wx / process.h
index 814f3e06a51302631cbbd7179c1ba0ac0cfc4336..2f1027ae64d76cd3999892e66d4a53b7c97f4014 100644 (file)
@@ -104,9 +104,14 @@ public:
                         wxInputStream *errStream);
 #endif // wxUSE_STREAMS
 
+    // implementation only - don't use!
+    // --------------------------------
+
+    // needs to be public since it needs to be used from wxExecute() global func
+    void SetPid(long pid) { m_pid = pid; }
+
 protected:
     void Init(wxEvtHandler *parent, int id, int flags);
-    void SetPid(long pid) { m_pid = pid; }
 
     int m_id;
     long m_pid;