aboutsummaryrefslogtreecommitdiff
path: root/tests/test-main-window.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-main-window.vala')
-rw-r--r--tests/test-main-window.vala12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test-main-window.vala b/tests/test-main-window.vala
new file mode 100644
index 0000000..07207d0
--- /dev/null
+++ b/tests/test-main-window.vala
@@ -0,0 +1,12 @@
+
+public class TestMainWindow : MainWindow
+{
+ public TestMainWindow ()
+ {
+ }
+
+ public Background get_background ()
+ {
+ return get_child() as Background;
+ }
+}