22 lines
665 B
XML
22 lines
665 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="AccountTransactions" parent="GtkBox">
|
|
<child>
|
|
<object class="GtkTreeView" id="tree_view">
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="datetime_column">
|
|
<property name="title" translatable="yes">_Date</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="date-renderer">
|
|
<attributes>
|
|
<attribute name="text">1</attribute>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|