1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/osx/cocoa/evtloop.h
3 // Purpose: declaration of wxGUIEventLoop for wxOSX/Cocoa
4 // Author: Vadim Zeitlin
7 // Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org>
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
11 #ifndef _WX_OSX_COCOA_EVTLOOP_H_
12 #define _WX_OSX_COCOA_EVTLOOP_H_
14 class WXDLLIMPEXP_BASE wxGUIEventLoop
: public wxCFEventLoop
20 virtual int DoDispatchTimeout(unsigned long timeout
);
24 virtual void DoStop();
26 virtual CFRunLoopRef
CFGetCurrentRunLoop() const;
29 #endif // _WX_OSX_COCOA_EVTLOOP_H_