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

« back to all changes in this revision

Viewing changes to tests/test-list.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 TestList : UserList
 
3
{
 
4
    public TestList (Background bg, MenuBar mb)
 
5
    {
 
6
        Object (background: bg, menubar: mb);
 
7
    }
 
8
 
 
9
    public uint num_entries ()
 
10
    {
 
11
        return entries.length();
 
12
    }
 
13
 
 
14
    public bool is_scrolling ()
 
15
    {
 
16
        return mode == Mode.SCROLLING;
 
17
    }
 
18
}
 
 
b'\\ No newline at end of file'