X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/493f1553fdfd276ed9944c5f1c070ee34be13b52..9fd9e47a93dfcdd99c2722e288a0f28a51ce6f5f:/wxPython/src/msw/misc.py?ds=sidebyside diff --git a/wxPython/src/msw/misc.py b/wxPython/src/msw/misc.py index 0b991b1599..da15ae6345 100644 --- a/wxPython/src/msw/misc.py +++ b/wxPython/src/msw/misc.py @@ -587,8 +587,6 @@ wxYieldIfNeeded = miscc.wxYieldIfNeeded wxEnableTopLevelWindows = miscc.wxEnableTopLevelWindows -wxFlushEvents = miscc.wxFlushEvents - wxGetResource = miscc.wxGetResource wxStripMenuCodes = miscc.wxStripMenuCodes @@ -605,6 +603,8 @@ wxGetUserName = miscc.wxGetUserName wxGetHomeDir = miscc.wxGetHomeDir +wxGetUserHome = miscc.wxGetUserHome + def wxGetAccelFromString(*_args, **_kwargs): val = apply(miscc.wxGetAccelFromString,_args,_kwargs) if val: val = wxAcceleratorEntryPtr(val)