File: library.ui

package info (click to toggle)
minigalaxy 1.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,460 kB
  • sloc: python: 5,539; xml: 340; sh: 147; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 931 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
  <requires lib="gtk+" version="3.20"/>
  <template class="Library" parent="GtkViewport">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <child>
      <object class="GtkFlowBox" id="flowbox">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="valign">start</property>
        <property name="border_width">15</property>
        <property name="homogeneous">True</property>
        <property name="column_spacing">15</property>
        <property name="row_spacing">10</property>
        <property name="max_children_per_line">100</property>
        <property name="selection_mode">none</property>
        <property name="activate_on_single_click">False</property>
      </object>
    </child>
  </template>
</interface>