File: mdk-launcher-adder.ui

package info (click to toggle)
mutter 49.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,788 kB
  • sloc: ansic: 398,728; xml: 3,384; python: 3,270; sh: 389; ruby: 167; makefile: 61; javascript: 26
file content (51 lines) | stat: -rw-r--r-- 1,934 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<interface>
  <template class="MdkLauncherAdder" parent="AdwDialog">
    <property name="title" translatable="yes">Add Launcher</property>
    <property name="content-width">320</property>
    <property name="child">
      <object class="GtkBox">
        <property name="orientation">vertical</property>
        <child type="titlebar">
          <object class="GtkHeaderBar" id="headerbar"/>
        </child>
        <child>
          <object class="AdwPreferencesPage">
            <child>
              <object class="AdwPreferencesGroup" id="launchers_group">
                <property name="title" translatable="yes">Launcher</property>
                <child>
                  <object class="AdwComboRow" id="type_combo_row">
                    <property name="title" translatable="yes">Type</property>
                    <property name="model">
                      <object class="GtkStringList" id="types">
                        <items>
                          <item translatable="yes">Application</item>
                          <item translatable="yes">Executable</item>
                        </items>
                      </object>
                    </property>
                  </object>
                </child>
                <child>
                  <object class="AdwEntryRow" id="entry"/>
                </child>
              </object>
            </child>
            <child>
              <object class="AdwPreferencesGroup">
                <child>
                  <object class="AdwButtonRow" id="add_button">
                    <property name="title" translatable="yes">Add</property>
                    <style>
                      <class name="suggested-action"/>
                    </style>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </property>
  </template>
</interface>