view 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
line wrap: on
line source

widget TextList {
	[hexpand hfill] new Picker picker {
	} @background {
		[hexpand vexpand hfill vfill] new Graphic {
			style.normal = {
				background = solid(rgba(1, 1, 1, .4));
			}
		}
	} @foreground {
		[hexpand vexpand hfill vfill] new Graphic {
			style.normal = {
				background = solid(rgba(0, 0, 0, .2));
			}
		}
	}
	
	picker = sub(picker);
	pickedIdx = prop(picker.pickedIdx);
}