2013-03-30 07:35:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2013-03-30 07:35:39 +00:00
|
|
|
<!-- interface-requires gtk+ 3.10 -->
|
|
|
|
<object class="GtkButton" id="down_slider_button">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="can-focus">1</property>
|
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="focus-on-click">0</property>
|
2013-03-30 07:35:39 +00:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="down_slider_button-atkobject">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="AtkObject::accessible-name" translatable="yes">Down Path</property>
|
2013-03-30 07:35:39 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-07-23 16:42:08 +00:00
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon-name">pan-end-symbolic</property>
|
2013-03-30 07:35:39 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-23 16:42:08 +00:00
|
|
|
<style>
|
2016-03-14 03:08:47 +00:00
|
|
|
<class name="slider-button"/>
|
2014-07-23 16:42:08 +00:00
|
|
|
</style>
|
2013-03-30 07:35:39 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkButton" id="up_slider_button">
|
2016-05-06 17:45:46 +00:00
|
|
|
<property name="can-focus">1</property>
|
|
|
|
<property name="receives-default">1</property>
|
|
|
|
<property name="focus-on-click">0</property>
|
2013-03-30 07:35:39 +00:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="up_slider_button-atkobject">
|
2015-09-14 03:26:16 +00:00
|
|
|
<property name="AtkObject::accessible-name" translatable="yes">Up Path</property>
|
2013-03-30 07:35:39 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-07-23 16:42:08 +00:00
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon-name">pan-start-symbolic</property>
|
2013-03-30 07:35:39 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-07-23 16:42:08 +00:00
|
|
|
<style>
|
2016-03-14 03:08:47 +00:00
|
|
|
<class name="slider-button"/>
|
2014-07-23 16:42:08 +00:00
|
|
|
</style>
|
2013-03-30 07:35:39 +00:00
|
|
|
</object>
|
|
|
|
</interface>
|