summaryrefslogtreecommitdiff
path: root/src/resources/gtk/action-bar-start.ui
blob: 29866afed894eaa7755af7fd772081ef5fed42c1 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="EphyActionBarStart" parent="GtkBox">
    <property name="spacing">6</property>
    <child>
      <object class="GtkBox" id="navigation_box">
        <property name="visible">True</property>
        <property name="orientation">horizontal</property>
        <property name="homogeneous">True</property>
        <style>
          <class name="raised"/>
          <class name="linked"/>
        </style>
        <child>
          <object class="GtkButton" id="navigation_back">
            <property name="visible">True</property>
            <property name="action-name">toolbar.navigation-back</property>
            <property name="valign">center</property>
            <!-- Translators: tooltip for the back button -->
            <property name="tooltip_text" translatable="yes">Go back to the previous page</property>
            <style>
              <class name="image-button"/>
            </style>
            <child>
              <object class="GtkImage" id="back_image">
                <property name="visible">True</property>
                <property name="icon-name">go-previous-symbolic</property>
                <property name="icon-size">1</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkButton" id="navigation_forward">
            <property name="visible">True</property>
            <property name="action-name">toolbar.navigation-forward</property>
            <property name="valign">center</property>
            <!-- Translators: tooltip for the forward button -->
            <property name="tooltip_text" translatable="yes">Go forward to the next page</property>
            <style>
              <class name="image-button"/>
            </style>
            <child>
              <object class="GtkImage" id="forward_image">
                <property name="visible">True</property>
                <property name="icon-name">go-next-symbolic</property>
                <property name="icon-size">1</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkButton" id="combined_stop_reload_button">
        <property name="visible">True</property>
        <property name="action-name">toolbar.combined-stop-reload</property>
        <property name="valign">center</property>
        <style>
          <class name="image-button"/>
        </style>
        <child>
          <object class="GtkImage" id="combined_stop_reload_image">
            <property name="visible">True</property>
            <property name="icon-name">view-refresh-symbolic</property>
            <property name="icon-size">1</property>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkButton" id="homepage_button">
        <property name="visible">True</property>
        <property name="action-name">win.home</property>
        <property name="valign">center</property>
        <!-- Translators: tooltip for the secret homepage button -->
        <property name="tooltip_text" translatable="yes">Go to your homepage</property>
        <style>
          <class name="image-button"/>
        </style>
        <child>
          <object class="GtkImage" id="homepage_image">
            <property name="visible">True</property>
            <property name="icon-name">go-home-symbolic</property>
            <property name="icon-size">1</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>