summaryrefslogtreecommitdiff
path: root/docs/clutter_controls_layout
blob: 3f2a1b992027afae1c55075ca69fe498bf53de99 (plain)
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
layout management of snappy's clutter controls
----------------------------------------------

ui->control_box (fixed alignment bin)
[
	ui->control_bg
	main_box (horizontal alignment box)
	[
		ui->control_play_toggle
		info_box (vertical alignment box)
		[
			ui->control_title
			seek_box (fixed alignment bin)
			[
				ui->control_seek1
				ui->control_seek2
				ui->control_seekbar
			]

                        ui->control_pos
		]
	]
]





for more information read:
http://docs.clutter-project.org/docs/clutter-cookbook/stable/layouts.html