File: render_search_header_bar.ui

package info (click to toggle)
iotas 0.12.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,484 kB
  • sloc: python: 14,674; xml: 725; javascript: 44; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 2,434 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="RenderSearchHeaderBar" parent="AdwBin">
    <style>
      <class name="background"/>
    </style>
    <child>
      <object class="AdwHeaderBar">
        <property name="show-start-title-buttons">False</property>
        <property name="show-end-title-buttons">False</property>
        <property name="show-back-button">False</property>
        <property name="hexpand">True</property>
        <child type="start">
          <object class="GtkButton">
            <!-- Translators: Button -->
            <property name="tooltip-text" translatable="yes">Back</property>
            <property name="icon-name">go-previous-symbolic</property>
            <property name="action-name">editor.go-back-or-cancel</property>
          </object>
        </child>
        <child type="title">
          <object class="AdwClamp">
            <property name="hexpand">True</property>
            <child>
              <object class="GtkBox">
                <property name="orientation">horizontal</property>
                <property name="spacing">12</property>
                <child>
                  <object class="EditorSearchEntry" id="_entry">
                    <property name="css-name">entry</property>
                    <property name="hexpand">True</property>
                  </object>
                </child>
                <child>
                  <object class="GtkButton" id="_backward_button">
                    <!-- Translators: Button tooltip -->
                    <property name="tooltip-text" translatable="yes">Previous Match</property>
                    <property name="icon-name">up-large-symbolic</property>
                    <property name="action-name">render-search.backward</property>
                  </object>
                </child>
                <child>
                  <object class="GtkButton" id="_forward_button">
                    <!-- Translators: Button tooltip -->
                    <property name="tooltip-text" translatable="yes">Next Match</property>
                    <property name="icon-name">down-large-symbolic</property>
                    <property name="action-name">render-search.forward</property>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>