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

widget Picker {
	layout = Layered;
	
	[hfill vfill] new Group {
		layout = Free;
		new Group background {
		}
	}

	[hfill vfill] new VBox main {
	}
	
	[hfill vfill] new Group {
		layout = Free;
		new Group foreground {
		}
	}
	
	children = sub(main);
	background = sub(background);
	foreground = sub(foreground);
}