2 <interface domain=
"cheese">
3 <requires lib=
"gtk+" version=
"3.10"/>
4 <template class=
"CheeseMainWindow" parent=
"GtkApplicationWindow">
6 <object class=
"GtkBox" id=
"main_vbox">
7 <property name=
"orientation">vertical
</property>
8 <property name=
"events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
9 <property name=
"visible">True
</property>
11 <object class=
"GtkBox" id=
"content_area">
12 <property name=
"vexpand">True
</property>
13 <property name=
"hexpand">True
</property>
14 <property name=
"orientation">horizontal
</property>
15 <property name=
"visible">True
</property>
17 <object class=
"GtkBox" id=
"view_area">
18 <property name=
"orientation">vertical
</property>
19 <property name=
"visible">True
</property>
21 <object class=
"GtkClutterEmbed" id=
"viewport_widget">
22 <property name=
"vexpand">True
</property>
23 <property name=
"hexpand">True
</property>
24 <property name=
"events">GDK_POINTER_MOTION_MASK
</property>
25 <property name=
"height_request">450</property>
26 <property name=
"width_request">600</property>
27 <property name=
"visible">True
</property>
31 <object class=
"GtkBox" id=
"action_area_alignment">
32 <property name=
"hexpand">True
</property>
33 <property name=
"visible">True
</property>
35 <object class=
"GtkGrid" id=
"buttons_area">
36 <property name=
"border-width">6</property>
37 <property name=
"orientation">horizontal
</property>
38 <property name=
"visible">True
</property>
40 <object class=
"GtkBox" id=
"mode_toggle_buttons">
41 <property name=
"orientation">horizontal
</property>
42 <property name=
"halign">start
</property>
43 <property name=
"hexpand">True
</property>
44 <property name=
"visible">True
</property>
46 <class name=
"linked"/>
49 <object class=
"GtkToggleButton" id=
"photo_toggle_button">
50 <property name=
"action-name">app.mode
</property>
51 <property name=
"action-target">"photo"</property>
52 <property name=
"tooltip_text" translatable=
"yes">Photo mode
</property>
53 <property name=
"label" translatable=
"yes">Photo
</property>
54 <property name=
"visible">True
</property>
55 <property name=
"visible">True
</property>
57 <class name=
"text-button"/>
62 <object class=
"GtkToggleButton" id=
"video_toggle_button">
63 <property name=
"action-name">app.mode
</property>
64 <property name=
"action-target">"video"</property>
65 <property name=
"tooltip_text" translatable=
"yes">Video mode
</property>
66 <property name=
"label" translatable=
"yes">Video
</property>
67 <property name=
"visible">True
</property>
69 <class name=
"text-button"/>
74 <object class=
"GtkToggleButton" id=
"burst_toggle_button">
75 <property name=
"action-name">app.mode
</property>
76 <property name=
"action-target">"burst"</property>
77 <property name=
"tooltip_text" translatable=
"yes">Photo burst mode
</property>
78 <property name=
"label" translatable=
"yes">Burst
</property>
79 <property name=
"visible">True
</property>
81 <class name=
"text-button"/>
90 <object class=
"GtkButton" id=
"take_action_button">
91 <property name=
"action-name">app.shoot
</property>
92 <property name=
"tooltip_text" translatable=
"yes">Take a photo using a webcam
</property>
93 <property name=
"halign">center
</property>
94 <property name=
"visible">True
</property>
96 <class name=
"image-button"/>
99 <object class=
"GtkImage" id=
"take_action_button_image">
100 <property name=
"icon-name">camera-web-symbolic
</property>
101 <property name=
"visible">True
</property>
107 <object class=
"GtkBox" id=
"effects_actions_pack">
108 <property name=
"orientation">horizontal
</property>
109 <property name=
"halign">end
</property>
110 <property name=
"hexpand">True
</property>
111 <property name=
"visible">True
</property>
113 <class name=
"linked"/>
116 <object class=
"GtkButton" id=
"effects_prev_page_button">
117 <property name=
"action-name">win.effects-previous
</property>
118 <property name=
"tooltip_text" translatable=
"yes">Navigate to the previous page of effects
</property>
119 <property name=
"visible">True
</property>
121 <object class=
"GtkImage" id=
"effects_prev_page_button_image">
122 <property name=
"icon-name">go-previous-symbolic
</property>
123 <property name=
"visible">True
</property>
129 <object class=
"GtkToggleButton" id=
"effects_toggle_button">
130 <property name=
"vexpand">False
</property>
131 <property name=
"hexpand">False
</property>
132 <property name=
"action-name">app.effects
</property>
133 <property name=
"tooltip_text" translatable=
"yes">Effects
</property>
134 <property name=
"visible">True
</property>
136 <object class=
"GtkBox" id=
"effects_toggle_button_internal_hbox">
137 <property name=
"orientation">horizontal
</property>
138 <property name=
"spacing">2</property>
139 <property name=
"visible">True
</property>
141 <object class=
"GtkLabel" id=
"effects_toggle_button_internal_label">
142 <property name=
"label" translatable=
"yes">_Effects
</property>
143 <property name=
"use_underline">True
</property>
144 <property name=
"visible">True
</property>
152 <object class=
"GtkButton" id=
"effects_next_page_button">
153 <property name=
"use-action-appearance">False
</property>
154 <property name=
"action-name">win.effects-next
</property>
155 <property name=
"tooltip_text" translatable=
"yes">Navigate to the next page of effects
</property>
156 <property name=
"visible">True
</property>
158 <object class=
"GtkImage" id=
"effects_next_page_button_image">
159 <property name=
"icon-name">go-next-symbolic
</property>
160 <property name=
"visible">True
</property>
168 <object class=
"GtkBox" id=
"leave_fullscreen_button_box">
169 <property name=
"orientation">horizontal
</property>
170 <property name=
"visible">False
</property>
171 <property name=
"no-show-all">True
</property>
172 <property name=
"hexpand">False
</property>
174 <object class=
"GtkButton" id=
"leave_fullscreen_button">
175 <property name=
"use-action-appearance">False
</property>
176 <property name=
"action-name">app.fullscreen
</property>
177 <property name=
"tooltip_text" translatable=
"yes">Leave fullscreen mode and go back to windowed mode
</property>
179 <object class=
"GtkImage" id=
"fullscreen_button_internal_image">
180 <property name=
"icon-name">view-restore-symbolic
</property>
194 <object class=
"GtkBox" id=
"thumbnails_right">
195 <property name=
"visible">False
</property>
204 <object class=
"GtkBox" id=
"thumbnails_bottom">
205 <property name=
"visible">False
</property>
214 <object class=
"GtkSizeGroup" id=
"button_sizegroup">
215 <property name=
"mode">GTK_SIZE_GROUP_HORIZONTAL
</property>
217 <widget name=
"take_action_button"/>
218 <widget name=
"effects_actions_pack"/>