summaryrefslogtreecommitdiffstats
path: root/src/resources/ui/nautilus-files-view-select-items.ui
blob: 614ed2abdef1e41b5e185380b992f329909dc511 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <object class="GtkDialog" id="select_items_dialog">
    <property name="title" translatable="yes">Select Items Matching</property>
    <property name="modal">True</property>
    <property name="use-header-bar">1</property>
    <child type="action">
      <object class="GtkButton" id="cancel">
        <property name="label" translatable="yes">_Cancel</property>
        <property name="use-underline">True</property>
      </object>
    </child>
    <child type="action">
      <object class="GtkButton" id="select">
        <property name="label" translatable="yes">_Select</property>
        <property name="use-underline">True</property>
      </object>
    </child>
    <child internal-child="content_area">
      <object class="GtkBox">
        <property name="margin-top">18</property>
        <property name="margin-bottom">18</property>
        <property name="margin-start">18</property>
        <property name="margin-end">18</property>
        <property name="spacing">6</property>
        <child>
          <object class="GtkLabel">
            <property name="halign">start</property>
            <property name="label" translatable="yes">Pattern</property>
            <attributes>
              <attribute name="weight" value="bold"></attribute>
            </attributes>
          </object>
        </child>
        <child>
          <object class="GtkEntry" id="pattern_entry">
            <property name="hexpand">True</property>
            <property name="activates_default">True</property>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="example">
            <property name="halign">start</property>
          </object>
        </child>
      </object>
    </child>
    <action-widgets>
      <action-widget response="cancel">cancel</action-widget>
      <action-widget response="ok" default="true">select</action-widget>
    </action-widgets>
  </object>
</interface>