File: gitg-diff-view-file.ui

package info (click to toggle)
gitg 3.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,348 kB
  • ctags: 20,655
  • sloc: ansic: 231,897; sh: 5,044; makefile: 807; xml: 83; python: 26
file content (63 lines) | stat: -rw-r--r-- 2,592 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.19.0 -->
<interface>
  <requires lib="gtk+" version="3.16"/>
  <template class="GitgDiffViewFile" parent="GtkGrid">
    <property name="visible">True</property>
    <property name="can_focus">False</property>
    <property name="hexpand">True</property>
    <property name="orientation">vertical</property>
    <style>
      <class name="gitg-file-header"/>
    </style>
    <child>
      <object class="GtkExpander" id="expander">
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <property name="hexpand">True</property>
        <property name="margin_start">3</property>
        <child type="label">
          <object class="GtkGrid" id="grid_file_header">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="hexpand">True</property>
            <property name="row_spacing">6</property>
            <property name="column_spacing">12</property>
            <property name="orientation">horizontal</property>
            <child>
              <object class="GitgDiffStat" id="diff_stat_file">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
                <property name="vexpand">False</property>
                <property name="valign">baseline</property>
                <property name="margin_top">6</property>
                <property name="margin_bottom">6</property>
                <style>
                  <class name="no-frame"/>
                </style>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="label_file_header">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
                <property name="hexpand">True</property>
                <property name="label">the/file/header</property>
                <property name="halign">start</property>
                <property name="margin_top">6</property>
                <property name="margin_bottom">6</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkRevealer" id="revealer_content">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <property name="transition_type">slide-down</property>
      </object>
    </child>
  </template>
</interface>