summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/gis-assistant.ui
blob: 99d1e6da2c0ffbae2e31f4dcac00401b16a80ddb (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
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
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk30">
  <object class="GtkHeaderBar" id="titlebar">
    <child type="title">
      <object class="GtkLabel" id="title">
        <attributes>
          <attribute name="weight" value="bold"/>
        </attributes>
      </object>
    </child>
    <child>
      <object class="GtkButton" id="cancel">
        <property name="use-underline">True</property>
      </object>
    </child>
    <child>
      <object class="GtkButton" id="back">
        <property name="use-underline">True</property>
      </object>
    </child>
    <child>
      <object class="GtkLabel" id="placeholder">
      </object>
    </child>
    <child type="end">
      <object class="GtkSpinner" id="spinner" />
    </child>
    <child type="end">
      <object class="GtkButton" id="skip">
        <property name="visible">False</property>
        <property name="use-underline">True</property>
      </object>
    </child>
    <child type="end">
      <object class="GtkButton" id="forward">
        <property name="visible">False</property>
        <property name="use-underline">True</property>
        <style>
          <class name="suggested-action"/>
        </style>
      </object>
    </child>
    <child type="end">
      <object class="GtkButton" id="accept">
        <property name="visible">False</property>
        <property name="use-underline">True</property>
        <style>
          <class name="suggested-action"/>
        </style>
      </object>
    </child>
  </object>

  <object class="GtkSizeGroup" id="headerheight">
    <property name="mode">vertical</property>
    <widgets>
      <widget name="title"/>
      <widget name="placeholder"/>
    </widgets>
  </object>

  <template class="GisAssistant" parent="GtkBox">
    <property name="orientation">vertical</property>
    <child>
      <object class="GtkStack" id="stack">
        <property name="transition-type">slide-left-right</property>
        <property name="vexpand">True</property>
        <property name="hexpand">True</property>
        <property name="hhomogeneous">False</property>
        <property name="vhomogeneous">False</property>
        <signal name="notify::visible-child" handler="visible_child_changed" object="GisAssistant" swapped="yes"/>
      </object>
    </child>
  </template>
</interface>