aboutsummaryrefslogtreecommitdiff
path: root/src/tripview.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/tripview.ui')
-rw-r--r--src/tripview.ui10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tripview.ui b/src/tripview.ui
index 69a7b6d..9ad0a11 100644
--- a/src/tripview.ui
+++ b/src/tripview.ui
@@ -22,6 +22,10 @@
<column type="gchararray"/>
<!-- column-name arrival_delay_color -->
<column type="gchararray"/>
+ <!-- column-name status -->
+ <column type="gchararray"/>
+ <!-- column-name strikethrough -->
+ <column type="gboolean"/>
</columns>
</object>
<template class="UPlanFahrTripView" parent="GtkTreeView">
@@ -41,6 +45,7 @@
<object class="GtkCellRendererText" id="cr_departure_time"/>
<attributes>
<attribute name="markup">2</attribute>
+ <attribute name="strikethrough">10</attribute>
</attributes>
</child>
</object>
@@ -66,6 +71,7 @@
<object class="GtkCellRendererText" id="cr_arrival_time"/>
<attributes>
<attribute name="markup">3</attribute>
+ <attribute name="strikethrough">10</attribute>
</attributes>
</child>
</object>
@@ -91,6 +97,7 @@
<object class="GtkCellRendererText" id="cr_switches"/>
<attributes>
<attribute name="markup">4</attribute>
+ <attribute name="strikethrough">10</attribute>
</attributes>
</child>
</object>
@@ -102,6 +109,9 @@
<property name="reorderable">True</property>
<child>
<object class="GtkCellRendererPixbuf" id="cr_status"/>
+ <attributes>
+ <attribute name="icon-name">9</attribute>
+ </attributes>
</child>
</object>
</child>