2019-10-11 21:35:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window">
|
|
|
|
<property name="resizable">0</property>
|
|
|
|
<property name="default-width">500</property>
|
|
|
|
<property name="default-height">500</property>
|
2019-10-12 02:04:30 +00:00
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="icon-name">pan-start-symbolic</property>
|
2019-11-29 07:48:48 +00:00
|
|
|
<signal name="clicked" handler="iconscroll_prev_clicked_cb"/>
|
2019-10-12 02:04:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="icon-name">pan-end-symbolic</property>
|
2019-11-29 07:48:48 +00:00
|
|
|
<signal name="clicked" handler="iconscroll_next_clicked_cb"/>
|
2019-10-12 02:04:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-09-14 03:25:05 +00:00
|
|
|
<child type="end">
|
|
|
|
<object class="GtkLabel" id="fps_label">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="font-features" value="tnum=1"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-10-12 02:04:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-10-11 21:35:58 +00:00
|
|
|
<child>
|
2019-10-12 02:04:30 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow">
|
2019-10-11 21:35:58 +00:00
|
|
|
<property name="hscrollbar-policy">never</property>
|
2019-12-12 23:46:53 +00:00
|
|
|
<property name="hadjustment">
|
|
|
|
<object class="GtkAdjustment" id="hadjustment"/>
|
|
|
|
</property>
|
|
|
|
<property name="vadjustment">
|
|
|
|
<object class="GtkAdjustment" id="vadjustment"/>
|
|
|
|
</property>
|
2019-10-11 21:35:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|