File: framed-gui-elements.cfg

package info (click to toggle)
frogatto-data 1.3.1%2Bdfsg-4
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 254,428 kB
  • sloc: xml: 584; python: 396; perl: 249; sh: 126; ruby: 69; makefile: 21
file content (55 lines) | stat: -rwxr-xr-x 977 bytes parent folder | download | duplicates (3)
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
53
54
55
[   
	#
	# buttons	
	{
		id: "regular_button",
		image: "gui/buttons-and-windows.png",
		rect: [4,44,29,69],
		corner_height: 8,
	},
	{
		id: "regular_button_pressed",
		image: "gui/buttons-and-windows.png",
		rect: [4,72,29,97],
		corner_height: 8,
	},
	{
		id: "regular_button_focus",
		image: "gui/buttons-and-windows.png",
		rect: [4,100,29,125],
		corner_height: 8,
	},
	{
		id: "default_button",
		image: "gui/buttons-and-windows.png",
		rect: [32,44,57,69],
		corner_height: 9,
	},
	{
		id: "default_button_pressed",
		image: "gui/buttons-and-windows.png",
		rect: [32,72,57,97],
		corner_height: 9,
	},
	{
		id: "default_button_focus",
		image: "gui/buttons-and-windows.png",
		rect: [32,100,57,125],
		corner_height: 9,
	},

	#
	#windows	
	{
		id: "regular_window",
		image: "gui/buttons-and-windows.png",
		rect: [44,2,82,41],
		corner_height: 10,
	},
	{
		id: "empty_window",
		image: "gui/buttons-and-windows.png",
		rect: [169,2,207,41],
		corner_height: 10,
	},
]