File: interval-row.ui

package info (click to toggle)
phosh 0.53.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,936 kB
  • sloc: ansic: 83,383; xml: 3,981; python: 717; sh: 449; makefile: 34; lisp: 22; javascript: 6
file content (27 lines) | stat: -rw-r--r-- 907 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<interface>
  <requires lib="gtk+" version="3.24"/>
  <requires lib="libhandy" version="1.8"/>
  <template class="PhoshIntervalRow" parent="HdyActionRow">
    <property name="visible">1</property>
    <property name="activatable">1</property>
    <child type="prefix">
      <object class="GtkImage" id="icon">
        <property name="visible">1</property>
      </object>
    </child>
    <child>
      <object class="GtkRevealer" id="revealer">
        <property name="visible">1</property>
        <property name="transition-type">crossfade</property>
        <child>
          <object class="GtkImage">
            <property name="visible">1</property>
            <property name="pixel-size">16</property>
            <property name="icon-name">object-select</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>