summaryrefslogtreecommitdiff
path: root/src/gui/panels/logs.ui
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-04-09 12:24:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-04-09 12:24:47 (GMT)
commit60baecf8fec425dc367fb3cc466c0d2e5fd4fa4d (patch)
treedb648bd79bb264fc8b233b151e7c925c32599ca0 /src/gui/panels/logs.ui
parente123e6ec3a15ead9352e97104ec13b252e6724c4 (diff)
Rename files.
Diffstat (limited to 'src/gui/panels/logs.ui')
-rw-r--r--src/gui/panels/logs.ui59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/gui/panels/logs.ui b/src/gui/panels/logs.ui
new file mode 100644
index 0000000..4ffe96c
--- /dev/null
+++ b/src/gui/panels/logs.ui
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.21.0 -->
+<interface>
+ <requires lib="gtk+" version="3.20"/>
+ <object class="GtkListStore" id="store">
+ <columns>
+ <!-- column-name picture -->
+ <column type="gchararray"/>
+ <!-- column-name string -->
+ <column type="gchararray"/>
+ </columns>
+ </object>
+ <object class="GtkOffscreenWindow">
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkScrolledWindow" id="box">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkTreeView" id="treeview">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="model">store</property>
+ <property name="headers_visible">False</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection"/>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn">
+ <property name="title" translatable="yes">picture</property>
+ <child>
+ <object class="GtkCellRendererPixbuf"/>
+ <attributes>
+ <attribute name="stock-id">0</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn">
+ <property name="title" translatable="yes">string</property>
+ <child>
+ <object class="GtkCellRendererText"/>
+ <attributes>
+ <attribute name="markup">1</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
+ </object>
+</interface>