summaryrefslogtreecommitdiff
path: root/src/gtkext/blockbar.ui
blob: 9659aec67e4646d87a11b5d80c428d26cba7e70f (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.21.0 -->
<interface>
  <requires lib="gtk+" version="3.20"/>
  <object class="GtkOffscreenWindow">
    <property name="can_focus">False</property>
    <child>
      <object class="GtkGrid" id="blockbar">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <child>
          <object class="GtkButton">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="focus_on_click">False</property>
            <property name="receives_default">True</property>
            <property name="tooltip_text" translatable="yes">Define a background color for the whole block</property>
            <property name="opacity">0.59999999999999998</property>
            <property name="relief">none</property>
            <signal name="enter-notify-event" handler="on_block_bar_enter_notify" swapped="no"/>
            <signal name="leave-notify-event" handler="on_block_bar_leave_notify" swapped="no"/>
            <child>
              <object class="GtkImage">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
              </object>
            </child>
            <style>
              <class name="tinybutton"/>
              <class name="block-palette"/>
            </style>
          </object>
          <packing>
            <property name="left_attach">0</property>
            <property name="top_attach">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkButton" id="collapse">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="focus_on_click">False</property>
            <property name="receives_default">True</property>
            <property name="tooltip_text" translatable="yes">Collapse the block with all its dominated blocks</property>
            <property name="opacity">0.59999999999999998</property>
            <property name="relief">none</property>
            <signal name="enter-notify-event" handler="on_block_bar_collapsing_enter" swapped="no"/>
            <signal name="enter-notify-event" handler="on_block_bar_enter_notify" swapped="no"/>
            <signal name="leave-notify-event" handler="on_block_bar_collapsing_leave" swapped="no"/>
            <signal name="leave-notify-event" handler="on_block_bar_leave_notify" swapped="no"/>
            <child>
              <object class="GtkImage">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
              </object>
            </child>
            <style>
              <class name="tinybutton"/>
              <class name="block-collapse"/>
            </style>
          </object>
          <packing>
            <property name="left_attach">1</property>
            <property name="top_attach">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkButton">
            <property name="can_focus">True</property>
            <property name="focus_on_click">False</property>
            <property name="receives_default">True</property>
            <property name="tooltip_text" translatable="yes">Expand the collapses block</property>
            <property name="opacity">0.59999999999999998</property>
            <property name="relief">none</property>
            <signal name="enter-notify-event" handler="on_block_bar_enter_notify" swapped="no"/>
            <signal name="leave-notify-event" handler="on_block_bar_leave_notify" swapped="no"/>
            <child>
              <object class="GtkImage">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
              </object>
            </child>
            <style>
              <class name="tinybutton"/>
              <class name="block-expand"/>
            </style>
          </object>
          <packing>
            <property name="left_attach">2</property>
            <property name="top_attach">0</property>
          </packing>
        </child>
      </object>
    </child>
    <child type="titlebar">
      <placeholder/>
    </child>
  </object>
</interface>