~ubuntu-multiseat/ubuntu/saucy/unity-greeter/bug1201122

« back to all changes in this revision

Viewing changes to tests/test-main-window.vala

Tags: upstream-12.10.3
ImportĀ upstreamĀ versionĀ 12.10.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
public class TestMainWindow : MainWindow
 
3
{
 
4
    public TestMainWindow ()
 
5
    {
 
6
    }
 
7
 
 
8
    public Background get_background ()
 
9
    {
 
10
        return get_child() as Background;
 
11
    }
 
12
}