X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/387e72bad6d1573610e6e9e1c48027f4407fa38e..d9bd1a73ff69143ddc205d71e1953e8f26fd573d:/include/wx/gtk/evtloop.h?ds=sidebyside diff --git a/include/wx/gtk/evtloop.h b/include/wx/gtk/evtloop.h index 79cb753185..d083567862 100644 --- a/include/wx/gtk/evtloop.h +++ b/include/wx/gtk/evtloop.h @@ -30,11 +30,15 @@ public: virtual void WakeUp(); virtual bool YieldFor(long eventsToProcess); +#if wxUSE_EVENTLOOP_SOURCE + virtual wxEventLoopSource * + AddSourceForFD(int fd, wxEventLoopSourceHandler *handler, int flags); +#endif // wxUSE_EVENTLOOP_SOURCE + void StoreGdkEventForLaterProcessing(GdkEvent* ev) { m_arrGdkEvents.Add(ev); } - -protected: +private: // the exit code of this event loop int m_exitcode;