|
Snoke
|
#include <functional>#include <map>#include <list>#include <vector>

Go to the source code of this file.
Classes | |
| class | Widget |
Macros | |
| #define | EVENT_FOCUS 1 |
| #define | EVENT_UNFOCUS 2 |
| #define | EVENT_ACTIVE 4 |
Typedefs | |
| typedef std::function< void()> | Listener |
| #define EVENT_FOCUS 1 |