summaryrefslogtreecommitdiff
path: root/gtksourceview/gtksourceinformative.ui
blob: f418cca0675e1f204be5eecd1bcf543163ce8f14 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GtkSourceInformative" parent="GtkSourceAssistant">
    <property name="can-focus">false</property>
    <style>
      <class name="informative"/>
    </style>
    <child>
      <object class="GtkBox">
        <property name="orientation">horizontal</property>
        <property name="can-focus">false</property>
        <child>
          <object class="GtkImage" id="icon">
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="message">
            <property name="hexpand">true</property>
            <property name="xalign">0</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>