- virtual bool YieldFor(long eventsToProcess);
-
-#if wxUSE_EVENTLOOP_SOURCE
- virtual wxMacEventLoopSource* CreateSource() const
- {
- return new wxMacEventLoopSource();
- }
-
- virtual wxMacEventLoopSource* CreateSource(int res,
- wxEventLoopSourceHandler* handler,
- int flags) const;
-
- virtual wxMacEventLoopSource* CreateSource(CFRunLoopSourceRef res,
- wxEventLoopSourceHandler* handler,
- int flags) const
- {
- return new wxMacEventLoopSource(res, handler, flags);
- }
-#endif