blob: 27099a5a8b864c003478250adbea518924658ff0 (
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
31
32
33
34
35
36
37
|
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
<template class="GtkDialog" parent="GtkWindow">
<child type="titlebar">
<object class="GtkHeaderBar" id="headerbar"/>
</child>
<child>
<object class="GtkBox">
<property name="orientation">1</property>
<style>
<class name="dialog-vbox"/>
</style>
<child>
<object class="GtkBox" id="content_area">
<property name="orientation">vertical</property>
</object>
</child>
<child>
<object class="GtkBox" id="action_box">
<style>
<class name="dialog-action-box"/>
</style>
<child>
<object class="GtkBox" id="action_area">
<property name="hexpand">1</property>
<property name="halign">2</property>
<style>
<class name="dialog-action-area"/>
</style>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>
|