File: BottomBar.ui

package info (click to toggle)
apostrophe 3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,408 kB
  • sloc: python: 5,733; xml: 226; sh: 66; javascript: 50; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 606 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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <requires lib="adw" version="1.0"/>
  <template class="ApostropheBottomBar" parent="GtkWidget">
    <child>
      <object class="AdwBin" id="background_container">
        <property name="sensitive">False</property>
      </object>
    </child>
    <child>
      <object class="GtkStack" id="toolbars_container">
        <property name="hhomogeneous">False</property>
      </object>
    </child>
    <child>
      <object class="AdwBin" id="stats_container">
      </object>
    </child>
  </template>
</interface>