+ def GetLastKeydownProcessed(self, *_args, **_kwargs):
+ val = apply(stc_c.wxStyledTextCtrl_GetLastKeydownProcessed,(self,) + _args, _kwargs)
+ return val
+ def SetLastKeydownProcessed(self, *_args, **_kwargs):
+ val = apply(stc_c.wxStyledTextCtrl_SetLastKeydownProcessed,(self,) + _args, _kwargs)
+ return val