]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPA...
[wxWidgets.git] / wxPython / src / misc.i
index 92f95b87da5c0080f28f925d04f5d422664a434c..7256705e4021e02e53496679487333b8254d524d 100644 (file)
@@ -363,6 +363,16 @@ void wxStartTimer();
 int wxGetOsVersion(int *OUTPUT, int *OUTPUT);
 wxString wxGetOsDescription();
 
 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();
 void wxSleep(int secs);
 void wxUsleep(unsigned long milliseconds);
 bool wxYield();