comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:c10bc63824e7
1 widget WindowFrameButton {
2 layout = Layered;
3
4 new Icon icon {
5 }
6
7 [hfill vfill] new Graphic hlight {
8 style.normal = {
9 background = solid(rgba(1, 1, 1, 0));
10 }
11
12 style.active = {
13 background = solid(rgba(1, 1, 1, .2));
14 }
15 }
16
17 addIcon = prop(icon.addIcon);
18 icon = sub(icon);
19 hlight = sub(hlight);
20 }