# How to detect container resize event in GTK Julia?

**URL:** https://discourse.julialang.org/t/how-to-detect-container-resize-event-in-gtk-julia/59622
**Category:** Visualization
**Tags:** gtk
**Created:** [April 19, 2021, 10:32pm UTC](https://discourse.julialang.org/t/how-to-detect-container-resize-event-in-gtk-julia/59622 "2021-04-19T22:32:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![johntrinder](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johntrinder/32/31783_2.png) [@johntrinder](https://discourse.julialang.org/u/johntrinder)
#### Post date: [April 19, 2021, 10:32pm UTC](https://discourse.julialang.org/t/how-to-detect-container-resize-event-in-gtk-julia/59622/1 "2021-04-19T22:32:00Z")

</div>

I’ve searched and scoured google for an answer but to no avail ☹

---

<div class="post-metadata">

### Author: ![johntrinder](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johntrinder/32/31783_2.png) [@johntrinder](https://discourse.julialang.org/u/johntrinder)
#### Post date: [April 19, 2021, 11:59pm UTC](https://discourse.julialang.org/t/how-to-detect-container-resize-event-in-gtk-julia/59622/2 "2021-04-19T23:59:27Z")

</div>

“size-allocate” is the event I was after - solved 🙂
