31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.19.0 -->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.16"/>
|
||
|
<template class="HistoryView" parent="GtkScrolledWindow">
|
||
|
<property name="width_request">100</property>
|
||
|
<property name="height_request">100</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="hscrollbar_policy">never</property>
|
||
|
<property name="shadow_type">etched-out</property>
|
||
|
<signal name="size-allocate" handler="scroll_bottom" swapped="no"/>
|
||
|
<child>
|
||
|
<object class="GtkViewport" id="viewport">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkListBox" id="listbox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="vexpand">True</property>
|
||
|
<property name="border_width">5</property>
|
||
|
<property name="selection_mode">none</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|