-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmixed_column_name.ui
More file actions
31 lines (31 loc) · 1.03 KB
/
mixed_column_name.ui
File metadata and controls
31 lines (31 loc) · 1.03 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtkListItem">
<property name="child">
<object class="GtkBox">
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
<property name="spacing">20</property>
<child>
<object class="GtkImage">
<binding name="gicon">
<closure type="GIcon" function="get_icon_factory">
<lookup name="item">GtkListItem</lookup>
</closure>
</binding>
</object>
</child>
<child>
<object class="GtkInscription">
<property name="hexpand">true</property>
<property name="xalign">0</property>
<binding name="text">
<closure type="gchararray" function="get_file_name_factory">
<lookup name="item">GtkListItem</lookup>
</closure>
</binding>
</object>
</child>
</object>
</property>
</template>
</interface>