File: baobab-pathbutton.ui

package info (click to toggle)
baobab 49.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,484 kB
  • sloc: xml: 65; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="BaobabPathButton" parent="GtkButton">
    <child>
      <object class="GtkBox" id="box">
        <property name="spacing">6</property>
        <child>
          <object class="GtkImage" id="icon"/>
        </child>
        <child>
          <object class="GtkLabel" id="label"/>
        </child>
      </object>
    </child>
  </template>
</interface>