X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/387e72bad6d1573610e6e9e1c48027f4407fa38e..726cc8697cd44a41b43257f05ca8cdd42b71a711:/include/wx/gtk/evtloop.h 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;