diff options
author | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-15 18:04:27 +0200 |
---|---|---|
committer | P. F. Chimento <philip.chimento@gmail.com> | 2013-04-24 14:48:15 +0200 |
commit | 096c63f7ed002b99a995c35a407483a0bfa161c5 (patch) | |
tree | cf324aae1bce4f5cb9edf42e68bc9c7cb4da0964 /endless/endless.h | |
parent | 7fc4090461ad888612491814e5a44aaf7e52d7ff (diff) |
Application class
Add an EosApplication class. Functionality:
- present main application window when activated
- warn if more than one application window is added
Also add a stub EosWindow class that overrides GtkWindow's
"application" property to be a construct-only property.
[#4]
Diffstat (limited to 'endless/endless.h')
-rw-r--r-- | endless/endless.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/endless/endless.h b/endless/endless.h index 84a33b0..b452247 100644 --- a/endless/endless.h +++ b/endless/endless.h @@ -12,6 +12,8 @@ G_BEGIN_DECLS /* Pull in other header files */ #include "types.h" +#include "application.h" +#include "window.h" #undef _EOS_SDK_INSIDE_ENDLESS_H |