comparison themes/default/Progressbar.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 Progressbar {
2 layout = HBox;
3 layout = {
4 padding = 2 2;
5 }
6 shape = Rectangle;
7 style.normal = {
8 background = solid(white);
9 image = grid("themes/default/img/progress.png", hline(1, 20), vline(1, 11));
10 }
11
12 [hexpand hfill vexpand vfill] new HTiledImage img {
13 size = 0 13;
14 file = "themes/default/img/progress_box.png";
15 }
16
17 img = sub(img);
18 }