File: list-view.ui

package info (click to toggle)
bijiben 40.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,476 kB
  • sloc: ansic: 13,201; xml: 106; javascript: 70; python: 18; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="BjbListView" parent="GtkScrolledWindow">
    <property name="visible">True</property>
    <property name="hscrollbar-policy">never</property>
    <property name="vscrollbar-policy">automatic</property>
    <property name="vexpand">True</property>
    <child>
      <object class="HdyClamp">
        <property name="visible">True</property>
        <property name="margin_top">32</property>
        <property name="margin_bottom">32</property>
        <property name="margin_start">12</property>
        <property name="margin_end">12</property>

        <child>
          <object class="GtkListBox" id="list_box">
            <property name="visible">True</property>
            <property name="valign">start</property>
            <property name="selection-mode">none</property>
            <style>
              <class name="view"/>
              <class name="frame"/>
            </style>
          </object>
        </child>

      </object>
    </child>

  </template>
</interface>