summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbufferdisplay-int.h
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/gtkbufferdisplay-int.h
parent1dae3be2d0860b601d780583365ea7827a6a1be6 (diff)
Drawn a preview of blocks to collapse in graph view.
Diffstat (limited to 'src/gtkext/gtkbufferdisplay-int.h')
-rw-r--r--src/gtkext/gtkbufferdisplay-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkext/gtkbufferdisplay-int.h b/src/gtkext/gtkbufferdisplay-int.h
index b4b64d0..1d98332 100644
--- a/src/gtkext/gtkbufferdisplay-int.h
+++ b/src/gtkext/gtkbufferdisplay-int.h
@@ -65,6 +65,8 @@ struct _GtkBufferDisplayClass
void (* reach_limit) (GtkBufferDisplay *, GdkScrollDirection);
+ void (* prepare_collapsing) (GtkBufferDisplay *, gboolean);
+
};