X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ccad685e7df1f1479497a699c2871df7f849cd1..233d6db53af2e70c15836e369013cae56cd6febc:/wxPython/src/mac/misc.py diff --git a/wxPython/src/mac/misc.py b/wxPython/src/mac/misc.py index b6abd3bc34..29ca433098 100644 --- a/wxPython/src/mac/misc.py +++ b/wxPython/src/mac/misc.py @@ -605,6 +605,8 @@ wxGetHomeDir = miscc.wxGetHomeDir wxGetUserHome = miscc.wxGetUserHome +wxGetProcessId = miscc.wxGetProcessId + def wxGetAccelFromString(*_args, **_kwargs): val = apply(miscc.wxGetAccelFromString,_args,_kwargs) if val: val = wxAcceleratorEntryPtr(val)