summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkpathbar.ui
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/ui/gtkpathbar.ui')
-rw-r--r--gtk/ui/gtkpathbar.ui54
1 files changed, 54 insertions, 0 deletions
diff --git a/gtk/ui/gtkpathbar.ui b/gtk/ui/gtkpathbar.ui
new file mode 100644
index 0000000000..c41ed7fd7f
--- /dev/null
+++ b/gtk/ui/gtkpathbar.ui
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface domain="gtk30">
+ <!-- interface-requires gtk+ 3.10 -->
+ <object class="GtkButton" id="down_slider_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="focus_on_click">False</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>
+ <signal name="button-press-event" handler="gtk_path_bar_slider_button_press" swapped="no"/>
+ <signal name="button-release-event" handler="gtk_path_bar_slider_button_release" swapped="no"/>
+ <signal name="focus-out-event" handler="gtk_path_bar_slider_down_defocus" swapped="no"/>
+ <signal name="unmap" handler="on_slider_unmap" swapped="no"/>
+ <child>
+ <object class="GtkImage">
+ <property name="visible">True</property>
+ <property name="icon-name">pan-end-symbolic</property>
+ <property name="icon-size">1</property>
+ </object>
+ </child>
+ <style>
+ <class name="image-button"/>
+ </style>
+ </object>
+ <object class="GtkButton" id="up_slider_button">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="focus_on_click">False</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>
+ <signal name="button-press-event" handler="gtk_path_bar_slider_button_press" swapped="no"/>
+ <signal name="button-release-event" handler="gtk_path_bar_slider_button_release" swapped="no"/>
+ <signal name="focus-out-event" handler="gtk_path_bar_slider_up_defocus" swapped="no"/>
+ <signal name="unmap" handler="on_slider_unmap" swapped="no"/>
+ <child>
+ <object class="GtkImage">
+ <property name="visible">True</property>
+ <property name="icon-name">pan-start-symbolic</property>
+ <property name="icon-size">1</property>
+ </object>
+ </child>
+ <style>
+ <class name="image-button"/>
+ </style>
+ </object>
+</interface>