aboutsummaryrefslogtreecommitdiff
path: root/tests/test-main-window.vala
blob: 07207d06b21ef5ee283881fbb177a2f6f7856178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

public class TestMainWindow : MainWindow
{
    public TestMainWindow ()
    {
    }

    public Background get_background ()
    {
        return get_child() as Background;
    }
}