#include <gtk_dispatch.h>
Inheritance diagram for SigCX::GtkDispatcher:
Public Member Functions | |
virtual bool | run (bool infinite=true) |
virtual void | move (Dispatcher &d) |
virtual bool | idle () const |
virtual void | exit () |
Implements a dispatcher on top of the GTK/GDK event loop.
|
Cause exit of event loop.
Implements SigCX::Dispatcher. |
|
Get idle status.
Implements SigCX::Dispatcher. |
|
Move all callbacks to another dispatcher.
Implements SigCX::Dispatcher. |
|
Run the dispatcher. Run the dispatcher event loop, receiving events and calling the registered callbacks.
Implements SigCX::Dispatcher. |