From 096c63f7ed002b99a995c35a407483a0bfa161c5 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Mon, 15 Apr 2013 18:04:27 +0200 Subject: 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] --- test/run-tests.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/run-tests.h') diff --git a/test/run-tests.h b/test/run-tests.h index 3efac9e..1d4c402 100644 --- a/test/run-tests.h +++ b/test/run-tests.h @@ -3,7 +3,9 @@ #ifndef RUN_TESTS_H #define RUN_TESTS_H -void add_init_tests (void); -void add_hello_tests (void); +void add_init_tests (void); +void add_hello_tests (void); +void add_application_tests (void); +void add_window_tests (void); #endif /* RUN_TESTS_H */ -- cgit v1.2.3