File: gtkinfobar.ui

package info (click to toggle)
gtk%2B3.0 3.22.11-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 182,828 kB
  • ctags: 82,378
  • sloc: ansic: 1,165,043; xml: 9,259; makefile: 6,914; sh: 5,179; python: 402; perl: 370; cpp: 34; sed: 16
file content (58 lines) | stat: -rw-r--r-- 2,192 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
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
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk30">
  <!-- interface-requires gtk+ 3.10 -->
  <template class="GtkInfoBar" parent="GtkBox">
    <child>
      <object class="GtkRevealer" id="revealer">
        <property name="visible">1</property>
        <child>
          <object class="GtkBox" id="content">
            <property name="visible">1</property>
            <child>
              <object class="GtkBox" id="content_area">
                <property name="visible">1</property>
                <property name="border-width">8</property>
                <property name="spacing">16</property>
                <property name="hexpand">1</property>
              </object>
              <packing>
                <property name="expand">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkButtonBox" id="action_area">
                <property name="visible">1</property>
                <property name="border-width">6</property>
                <property name="spacing">6</property>
                <property name="layout-style">end</property>
              </object>
              <packing>
                <property name="position">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkButton" id="close_button">
                <property name="can-focus">1</property>
                <property name="border-width">6</property>
                <property name="relief">none</property>
                <property name="valign">center</property>
                <style>
                  <class name="close"/>
                </style>
                <child>
                  <object class="GtkImage" id="close_image">
                    <property name="visible">1</property>
                    <property name="icon-name">window-close-symbolic</property>
                  </object>
                </child>
              </object>
              <packing>
                <property name="position">2</property>
              </packing>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>