summaryrefslogtreecommitdiffstats
path: root/panels/user-accounts/cc-login-history-dialog.ui
blob: f12f9f15d0bc744d2f84ae4be118e94723c4ec77 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="CcLoginHistoryDialog" parent="GtkDialog">
    <property name="default-width">400</property>
    <property name="default-height">400</property>
    <property name="modal">True</property>
    <property name="icon_name">system-users</property>
    <accessibility>
      <relation name="labelled-by">title_label</relation>
    </accessibility>
    <child internal-child="headerbar">
      <object class="GtkHeaderBar" id="header_bar">
        <property name="title-widget">
          <object class="GtkLabel" id="title_label">
            <style>
              <class name="title"/>
            </style>
          </object>
        </property>
        <child>
          <object class="GtkBox">
            <style>
              <class name="linked"/>
            </style>
            <child>
              <object class="GtkButton" id="previous_button">
                <property name="icon_name">go-previous-symbolic</property>
                <property name="valign">center</property>
                <accessibility>
                  <property name="label" translatable="yes">Previous</property>
                </accessibility>
                <signal name="clicked" handler="previous_button_clicked_cb" object="CcLoginHistoryDialog" swapped="yes"/>
              </object>
            </child>
            <child>
              <object class="GtkButton" id="next_button">
                <property name="icon_name">go-next-symbolic</property>
                <property name="valign">center</property>
                <accessibility>
                  <property name="label" translatable="yes">Next</property>
                </accessibility>
                <signal name="clicked" handler="next_button_clicked_cb" object="CcLoginHistoryDialog" swapped="yes"/>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="AdwPreferencesPage">
        <child>
          <object class="AdwPreferencesGroup">
            <child>
              <object class="GtkListBox" id="history_box">
                <property name="hexpand">True</property>
                <style>
                  <class name="boxed-list" />
                </style>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>