view themes/default/WindowFrameButton.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 WindowFrameButton {
	layout = Layered;
	
	new Icon icon {
	}
	
	[hfill vfill] new Graphic hlight {
		style.normal = {
			background = solid(rgba(1, 1, 1, 0));
		}

		style.active = {
			background = solid(rgba(1, 1, 1, .2));
		}
	}
	
	addIcon = prop(icon.addIcon);
	icon = sub(icon);
	hlight = sub(hlight);
}