comparison themes/default/Check.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 Check {
2 layout = HBox;
3 layout = {
4 spacing = 5;
5 }
6
7 [vexpand] new TickBox tick;
8 new Label label;
9
10 text = prop(label.text);
11 checked = prop(tick.checked);
12 }