File: editor_search_entry.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 (30 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <template class="EditorSearchEntry" parent="GtkBox">
    <property name="width-request">150</property>
    <child>
      <object class="GtkImage">
        <property name="icon-name">edit-find-symbolic</property>
      </object>
    </child>
    <child>
      <object class="GtkText" id="text">
        <!-- Translators: Placeholder text  -->
        <property name="placeholder-text" translatable="yes">Find</property>
        <property name="hexpand">True</property>
        <property name="vexpand">True</property>
        <signal name="activate" handler="_on_activate"/>
      </object>
    </child>
    <child>
      <object class="GtkLabel" id="_info">
        <property name="xalign">1</property>
        <attributes>
          <attribute name="foreground-alpha" value="33000"/>
          <attribute name="font-features" value="tnum"/>
        </attributes>
      </object>
    </child>
  </template>
</interface>