forked from AuroraMiddleware/gtk
2f6f8a7e6f
Scrolling a path bar is of marginal usefulness - you need to find a really deep place in your filesystem hierarchy in order to scroll one or two places at best. And the code we had for this was not working. And it was using legacy event handlers. Instead of fixing it, remove it.
41 lines
1.4 KiB
XML
41 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="gtk40">
|
|
<!-- interface-requires gtk+ 3.10 -->
|
|
<object class="GtkButton" id="down_slider_button">
|
|
<property name="can-focus">1</property>
|
|
<property name="receives-default">1</property>
|
|
<property name="focus-on-click">0</property>
|
|
<child internal-child="accessible">
|
|
<object class="AtkObject" id="down_slider_button-atkobject">
|
|
<property name="AtkObject::accessible-name" translatable="yes">Down Path</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="icon-name">pan-end-symbolic</property>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="slider-button"/>
|
|
</style>
|
|
</object>
|
|
<object class="GtkButton" id="up_slider_button">
|
|
<property name="can-focus">1</property>
|
|
<property name="receives-default">1</property>
|
|
<property name="focus-on-click">0</property>
|
|
<child internal-child="accessible">
|
|
<object class="AtkObject" id="up_slider_button-atkobject">
|
|
<property name="AtkObject::accessible-name" translatable="yes">Up Path</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="icon-name">pan-start-symbolic</property>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="slider-button"/>
|
|
</style>
|
|
</object>
|
|
</interface>
|