-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtree_column_name.ui
More file actions
39 lines (39 loc) · 1.35 KB
/
tree_column_name.ui
File metadata and controls
39 lines (39 loc) · 1.35 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
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtkListItem">
<property name="child">
<object class="GtkTreeExpander" id="expander">
<binding name="list-row">
<lookup name="item">GtkListItem</lookup>
</binding>
<property name="child">
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">5</property>
<child>
<object class="GtkImage">
<binding name="gicon">
<closure type="GIcon" function="get_icon_factory">
<lookup name="item">expander</lookup>
</closure>
</binding>
</object>
</child>
<child>
<object class="GtkInscription">
<property name="hexpand">true</property>
<property name="xalign">0</property>
<property name="min-chars">25</property>
<binding name="text">
<closure type="gchararray" function="get_file_name_factory">
<lookup name="item">expander</lookup>
</closure>
</binding>
</object>
</child>
</object>
</property>
</object>
</property>
</template>
</interface>