Searched refs:SendEvent (Results 1 – 10 of 10) sorted by relevance
269 bool CFWL_ScrollBar::SendEvent() { in SendEvent() function in CFWL_ScrollBar358 if (!SendEvent()) { in OnLButtonDown()394 SendEvent(); in OnMouseWheel()465 if (!SendEvent()) { in OnTimerFired()
28 void SendEvent(CFWL_Event* pNote);
85 bool SendEvent();
30 void CFWL_NoteDriver::SendEvent(CFWL_Event* pNote) { in SendEvent() function in CFWL_NoteDriver
306 pNoteDriver->SendEvent(pEvent); in DispatchEvent()
156 bool SendEvent(const char *event, DNBError &send_err);
1523 bool MachProcess::SendEvent(const char *event, DNBError &send_err) { function1525 "MachProcess::SendEvent (event = %s) to pid: %d", event,3950 DNBLogError("SendEvent called with NULL event data.");3951 send_err.SetErrorString("SendEvent called with empty event data");
465 def SendEvent (mycontrol, evt): function
271 SendEvent(self.cmb, wx.EVT_COMBOBOX.evtType[0])
832 return procSP->SendEvent(event, send_error); in DNBProcessSendEvent()