ImHex/main/gui/source/window
aoqia194 cf87294a8c
feat: Add EventViewClosed event (#2377)
Where one door opens, another one closes (said someone) and in this
situation i mean view, because there's no event for closing a view only
opening one, so please add this :c

### Problem description
Simply adds an **EventViewClosed** to match the pre-existing
**EventViewOpened**. Also fixes the issue where EventViewOpened wouldn't
trigger for windows that were popups (even if they are technically a
View.

### Implementation description
I mirrored the current functionality of EventViewOpened for closing.

---------

Co-authored-by: paxcut <53811119+paxcut@users.noreply.github.com>
2025-08-06 22:22:46 +02:00
..
linux_window.cpp impr: Remove hex::format, improve format and logging type safety 2025-08-06 20:02:23 +02:00
macos_window.cpp fix: Build issues due to bad log calls 2025-08-06 20:09:27 +02:00
web_window.cpp fix: Build issues due to bad log calls 2025-08-06 20:09:27 +02:00
win_window.cpp fix: Build issues due to bad log calls 2025-08-06 20:09:27 +02:00
window.cpp feat: Add EventViewClosed event (#2377) 2025-08-06 22:22:46 +02:00