]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Made the wxInputStream typemap useable outside the core wxc module
[wxWidgets.git] / wxPython / src / misc.i
index 92f95b87da5c0080f28f925d04f5d422664a434c..1298d96f1cccef18852a0a4624ba9266d5771ec1 100644 (file)
@@ -363,6 +363,16 @@ void wxStartTimer();
 int wxGetOsVersion(int *OUTPUT, int *OUTPUT);
 wxString wxGetOsDescription();
 
+enum wxShutdownFlags
+{
+    wxSHUTDOWN_POWEROFF,    // power off the computer
+    wxSHUTDOWN_REBOOT       // shutdown and reboot
+};
+
+// Shutdown or reboot the PC
+bool wxShutdown(wxShutdownFlags wFlags);
+
+
 void wxSleep(int secs);
 void wxUsleep(unsigned long milliseconds);
 bool wxYield();
@@ -389,6 +399,7 @@ wxString wxGetUserName();
 wxString wxGetHomeDir();
 wxString wxGetUserHome(const wxString& user = wxPyEmptyString);
 
+unsigned long wxGetProcessId();
 
 // When wxApp gets the virtual method magic then enable this.
 // bool wxHandleFatalExceptions(bool doIt = TRUE);