comparison themes/default/TextList.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 TextList {
2 [hexpand hfill] new Picker picker {
3 } @background {
4 [hexpand vexpand hfill vfill] new Graphic {
5 style.normal = {
6 background = solid(rgba(1, 1, 1, .4));
7 }
8 }
9 } @foreground {
10 [hexpand vexpand hfill vfill] new Graphic {
11 style.normal = {
12 background = solid(rgba(0, 0, 0, .2));
13 }
14 }
15 }
16
17 picker = sub(picker);
18 pickedIdx = prop(picker.pickedIdx);
19 }