summaryrefslogtreecommitdiff
path: root/src/gtkext/blockbar.ui
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-03-01 14:57:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-03-01 14:57:19 (GMT)
commit72bebbd9dc7d59f69e23442b6c5b5526feb2a1a9 (patch)
tree94506e5bce1f511a3704a7f7d505ceb91432b23d /src/gtkext/blockbar.ui
parent1dae3be2d0860b601d780583365ea7827a6a1be6 (diff)
Drawn a preview of blocks to collapse in graph view.
Diffstat (limited to 'src/gtkext/blockbar.ui')
-rw-r--r--src/gtkext/blockbar.ui4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gtkext/blockbar.ui b/src/gtkext/blockbar.ui
index b8f07cd..9659aec 100644
--- a/src/gtkext/blockbar.ui
+++ b/src/gtkext/blockbar.ui
@@ -36,7 +36,7 @@
</packing>
</child>
<child>
- <object class="GtkButton">
+ <object class="GtkButton" id="collapse">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="focus_on_click">False</property>
@@ -44,7 +44,9 @@
<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">