comparison themes/default/FramedTopLevelWindow.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 FramedTopLevelWindow {
2 layout = Layered;
3
4 [hfill vfill] new WindowFrame frame {
5 text = "Hybrid test app 1";
6
7 shape = Rectangle;
8 style.normal = {
9 background = solid(rgb(.22, .22, .22));
10 }
11
12 layout = Bin;
13 new Group clientArea {
14 shape = Rectangle;
15 style.normal = {
16 background = solid(rgb(.22, .22, .22));
17 }
18 }
19 }
20
21 [hfill vfill] new Group overlay {
22 }
23
24 frame = sub(frame);
25 children = sub(frame.clientArea);
26 overlay = sub(overlay);
27 }