Home | History | Annotate | Download | only in plat-mac

Lines Matching defs:send

194             self.send('ascr', 'noop')
199 self.send('ascr', 'noop')
219 """Send a pre-created appleevent, await the reply and unpack it"""
221 raise RuntimeError, "No window manager access, cannot send AppleEvent"
227 def send(self, code, subcode, parameters = {}, attributes = {}):
228 """Send an appleevent given code/subcode/pars/attrs and unpack the reply"""
236 """Send 'activate' command"""
237 self.send('misc', 'actv')
252 _reply, _arguments, _attributes = self.send(_code, _subcode,
282 _reply, _arguments, _attributes = self.send(_code, _subcode,
319 _reply, _arguments, _attributes = self.send(_code, _subcode,