File: status

package info (click to toggle)
blobandconquer 1.07-dfsg-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 104,944 kB
  • ctags: 3,385
  • sloc: cpp: 38,991; ansic: 362; makefile: 186
file content (52 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Grid {

	name = BriefingGrid;
	x = 50;
	y = 50;
	width = 700;
	height = 500;
	cellSpacing = 5;
	rows = 100;
	cols = 70;
	valign = 1;
	halign = 1;

};

Widget {

	widgetType = LISTVIEW;
	grid = BriefingGrid;
	name = StatsList;
	groupName = briefing;
	enabled = 1;
	visible = 1;
	x = 0;
	y = 20;
	
	colSpan = 70;
	rowSpan = 74;
	
	backgroundColor = 0 0 0;

};

Widget {
	
	widgetType = BUTTON;
	grid = BriefingGrid;
	name = Exit;
	label = OK;
	groupName = briefing;
	enabled = 1;
	visible = 0;
	x = 30;
	y = 95;
	
	colSpan = 10;
	
	backgroundColor = 255 0 0;

};

@END@