reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-06-06 19:21:28 +00:00
parent d618ed9b67
commit 092f0ed782
27 changed files with 1666 additions and 746 deletions

View File

@@ -4059,22 +4059,11 @@ SWIGINTERN wxStandardPaths *wxStandardPaths_Get(){
SWIGINTERN void wxStandardPaths_SetInstallPrefix(wxStandardPaths *self,wxString const &prefix){}
SWIGINTERN wxString wxStandardPaths_GetInstallPrefix(wxStandardPaths *self){ return wxEmptyString; }
#include <wx/power.h>
#ifndef wxHAS_POWER_EVENTS
// Dummy class and other definitions for platforms that don't have them
class wxPowerEvent : public wxEvent
{
public:
wxPowerEvent(wxEventType evtType) : wxEvent(wxID_NONE, evtType) {}
void Veto() {}
bool IsVetoed() const { return false; }
virtual wxEvent *Clone() const { return new wxPowerEvent(*this); }
};
// See wxPython_int.h for wxPowerEvent
enum {
wxEVT_POWER_SUSPENDING,
wxEVT_POWER_SUSPENDED,