summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkassistant.ui
blob: d519a79ce91890293ab39ffb082ec1409bd83e4d (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<interface domain="gtk40">
  <template class="GtkAssistant" parent="GtkWindow">
    <child type="titlebar">
      <object class="GtkHeaderBar" id="headerbar"/>
    </child>
    <child>
      <object class="GtkBox" id="main_box">
        <child>
          <object class="GtkBox" id="sidebar">
            <property name="orientation">vertical</property>
            <style>
              <class name="sidebar"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkBox" id="content_box">
            <property name="orientation">vertical</property>
            <property name="hexpand">1</property>
            <child>
              <object class="GtkNotebook" id="content">
                <property name="can-focus">1</property>
                <property name="show-tabs">0</property>
                <property name="show-border">0</property>
                <property name="vexpand">1</property>
                <signal name="remove" handler="assistant_remove_page_cb" swapped="no"/>
                <child type="tab"/>
              </object>
            </child>
            <child>
              <object class="GtkBox" id="action_area">
                <property name="halign">end</property>
                <property name="spacing">6</property>
                <property name="margin">6</property>
                <child>
                  <object class="GtkButton" id="close">
                    <property name="visible">0</property>
                    <property name="label" translatable="yes">_Close</property>
                    <property name="can-focus">1</property>
                    <property name="can-default">1</property>
                    <property name="receives-default">1</property>
                    <property name="use-underline">1</property>
                    <style>
                      <class name="text-button"/>
                    </style>
                    <signal name="clicked" handler="on_assistant_close" swapped="no"/>
                  </object>
                </child>
                <child>
                  <object class="GtkButton" id="cancel">
                    <property name="visible">0</property>
                    <property name="label" translatable="yes">_Cancel</property>
                    <property name="can-focus">1</property>
                    <property name="receives-default">1</property>
                    <property name="use-underline">1</property>
                    <style>
                      <class name="text-button"/>
                    </style>
                    <signal name="clicked" handler="on_assistant_cancel" swapped="no"/>
                  </object>
                </child>
                <child>
                  <object class="GtkButton" id="last">
                    <property name="visible">0</property>
                    <property name="label" translatable="yes">_Finish</property>
                    <property name="can-focus">1</property>
                    <property name="receives-default">1</property>
                    <property name="use-underline">1</property>
                    <style>
                      <class name="text-button"/>
                    </style>
                    <signal name="clicked" handler="on_assistant_last" swapped="no"/>
                  </object>
                </child>
                <child>
                  <object class="GtkButton" id="back">
                    <property name="label" translatable="yes">_Back</property>
                    <property name="can-focus">1</property>
                    <property name="receives-default">1</property>
                    <property name="use-underline">1</property>
                    <style>
                      <class name="text-button"/>
                    </style>
                    <signal name="clicked" handler="on_assistant_back" swapped="no"/>
                  </object>
                </child>
                <child>
                  <object class="GtkButton" id="forward">
                    <property name="label" translatable="yes">_Next</property>
                    <property name="can-focus">1</property>
                    <property name="can-default">1</property>
                    <property name="receives-default">1</property>
                    <property name="use-underline">1</property>
                    <style>
                      <class name="text-button"/>
                    </style>
                    <signal name="clicked" handler="on_assistant_forward" swapped="no"/>
                  </object>
                </child>
                <child>
                  <object class="GtkButton" id="apply">
                    <property name="visible">0</property>
                    <property name="label" translatable="yes">_Apply</property>
                    <property name="can-focus">1</property>
                    <property name="can-default">1</property>
                    <property name="receives-default">1</property>
                    <property name="use-underline">1</property>
                    <style>
                      <class name="text-button"/>
                    </style>
                    <signal name="clicked" handler="on_assistant_apply" swapped="no"/>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
  <object class="GtkSizeGroup" id="button_size_group">
    <widgets>
      <widget name="apply"/>
      <widget name="forward"/>
      <widget name="back"/>
      <widget name="last"/>
      <widget name="cancel"/>
      <widget name="close"/>
    </widgets>
  </object>
  <object class="GtkSizeGroup" id="title_size_group"/>
</interface>