File: main.ui

package info (click to toggle)
tootle 1.0-alpha2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,640 kB
  • sloc: xml: 78; makefile: 22; sh: 13; python: 11
file content (23 lines) | stat: -rw-r--r-- 825 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.2 -->
<interface>
  <requires lib="gtk+" version="3.20"/>
  <requires lib="libhandy" version="1.0"/>
  <template class="TootleDialogsMainWindow" parent="HdyWindow">
    <property name="width_request">360</property>
    <property name="height_request">600</property>
    <property name="can_focus">False</property>
    <child>
      <object class="HdyDeck" id="deck">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="transition_type">slide</property>
        <property name="can_swipe_back">True</property>
        <property name="can_swipe_forward">True</property>
        <child>
          <placeholder/>
        </child>
      </object>
    </child>
  </template>
</interface>