comparison themes/default/Picker.cfg @ 0:c10bc63824e7

Initial commit!
author zzzzrrr <mason.green@gmail.com>
date Fri, 20 Mar 2009 06:41:25 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c10bc63824e7
1 widget Picker {
2 layout = Layered;
3
4 [hfill vfill] new Group {
5 layout = Free;
6 new Group background {
7 }
8 }
9
10 [hfill vfill] new VBox main {
11 }
12
13 [hfill vfill] new Group {
14 layout = Free;
15 new Group foreground {
16 }
17 }
18
19 children = sub(main);
20 background = sub(background);
21 foreground = sub(foreground);
22 }