X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af309447ff8413abd2fa5e9cc780fcef1c891f87..d9f39e09e82e99c422619f4e3df536d0a9e87987:/utils/wxPython/src/utils.i diff --git a/utils/wxPython/src/utils.i b/utils/wxPython/src/utils.i index 747df35a9f..f10d2f7506 100644 --- a/utils/wxPython/src/utils.i +++ b/utils/wxPython/src/utils.i @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: utils.i -// Purpose: SWIG definitions of various utility classes classes +// Purpose: SWIG definitions of various utility classes // // Author: Robin Dunn // @@ -24,11 +24,11 @@ %include my_typemaps.i -#ifdef SEPARATE %{ +#ifdef SEPARATE static wxString wxPyEmptyStr(""); -%} #endif +%} %{ @@ -54,11 +54,6 @@ public: long style = 0); ~wxConfig(); - //static wxConfigBase * Create(); - //static wxConfigBase * Get(); - //static wxConfigBase * Set(wxConfigBase *pConfig); - - void DontCreateOnDemand(); bool DeleteAll(); // This is supposed to have been fixed... @@ -121,11 +116,9 @@ public: %name(ReadInt)long Read(const wxString& key, long defaultVal = 0); %name(ReadFloat)double Read(const wxString& key, double defaultVal = 0.0); - void SetAppName(const wxString& appName); void SetExpandEnvVars (bool bDoIt = TRUE); void SetPath(const wxString& strPath); void SetRecordDefaults(bool bDoIt = TRUE); - void SetVendorName(const wxString& vendorName); bool Write(const wxString& key, const wxString& value); %name(WriteInt)bool Write(const wxString& key, long value); @@ -138,6 +131,21 @@ public: ///////////////////////////////////////////////////////////////////////////// // // $Log$ +// Revision 1.4 1999/04/30 03:29:19 RD +// wxPython 2.0b9, first phase (win32) +// Added gobs of stuff, see wxPython/README.txt for details +// +// Revision 1.3.4.1 1999/03/27 23:29:15 RD +// +// wxPython 2.0b8 +// Python thread support +// various minor additions +// various minor fixes +// +// Revision 1.3 1999/02/25 07:08:36 RD +// +// wxPython version 2.0b5 +// // Revision 1.2 1999/02/20 09:03:02 RD // Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a // window handle. If you can get the window handle into the python code,