summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkappchooserdialog.ui
blob: 1e8faf5cead530123d774c00eda8369d6cc3b254 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
  <template class="GtkAppChooserDialog" parent="GtkDialog">
    <property name="title" translatable="yes">Select App</property>
    <child internal-child="content_area">
      <object class="GtkBox" id="dialog-vbox1">
        <property name="orientation">1</property>
        <property name="spacing">2</property>
        <child>
          <object class="GtkSearchBar" id="search_bar">
            <child>
              <object class="GtkSearchEntry" id="search_entry">
                <property name="hexpand">1</property>
                <property name="max-width-chars">40</property>
              </object>
            </child>
          </object>
        </child>
        <child internal-child="action_area">
          <object class="GtkBox" id="dialog-action_area1">
            <property name="hexpand">1</property>
            <property name="halign">2</property>
          </object>
        </child>
        <child>
          <object class="GtkBox" id="inner_box">
            <property name="orientation">1</property>
            <property name="spacing">6</property>
            <child>
              <object class="GtkLabel" id="label">
                <property name="halign">3</property>
                <property name="valign">3</property>
                <property name="label">label</property>
                <property name="wrap">1</property>
                <property name="vexpand">1</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
    <child type="action">
      <object class="GtkButton" id="cancel_button">
        <property name="use-underline">1</property>
        <property name="label" translatable="yes">_Cancel</property>
      </object>
    </child>
    <child type="action">
      <object class="GtkButton" id="ok_button">
        <property name="label" translatable="yes">_Select</property>
        <property name="use-underline">1</property>
      </object>
    </child>
    <action-widgets>
      <action-widget response="cancel">cancel_button</action-widget>
      <action-widget response="ok" default="true">ok_button</action-widget>
    </action-widgets>
  </template>
  <object class="GtkButton" id="show_more_button">
    <property name="label" translatable="yes">_View All Apps</property>
    <property name="use-underline">1</property>
    <property name="receives-default">1</property>
    <signal name="clicked" handler="show_more_button_clicked_cb" swapped="no"/>
  </object>
  <object class="GtkButton" id="software_button">
    <property name="label" translatable="yes">_Find New Apps</property>
    <property name="use-underline">1</property>
    <property name="receives-default">1</property>
    <signal name="clicked" handler="software_button_clicked_cb" swapped="no"/>
  </object>
  <object class="GtkSizeGroup" id="buttons">
    <property name="mode">2</property>
    <widgets>
      <widget name="cancel_button"/>
      <widget name="ok_button"/>
    </widgets>
  </object>
</interface>