File: window.ui

package info (click to toggle)
iotas 0.12.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,440 kB
  • sloc: python: 14,665; xml: 725; javascript: 45; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,014 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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="Window" parent="AdwApplicationWindow">
    <property name="width-request">360</property>
    <property name="height-request">100</property>
    <property name="content">
      <object class="AdwNavigationView" id="_navigation">
        <signal name="pushed" handler="_on_page_pushed"/>
        <signal name="popped" handler="_on_page_popped"/>
        <child>
          <object class="AdwNavigationPage">
            <property name="title">Index</property>
            <property name="child">
              <object class="Index" id="_index"/>
            </property>
          </object>
        </child>
        <child>
          <object class="AdwNavigationPage" id="_editor_page">
            <property name="title">Editor</property>
            <property name="child">
              <object class="Editor" id="_editor"/>
            </property>
          </object>
        </child>
      </object>
    </property>
  </template>
</interface>