Allow to get a list of visible embedded Windows

This commit is contained in:
Michael Alexsander
2023-08-15 22:06:15 -03:00
parent 90f90cbcb0
commit de27df5da3
3 changed files with 19 additions and 0 deletions

View File

@ -653,6 +653,7 @@ public:
void set_embedding_subwindows(bool p_embed);
bool is_embedding_subwindows() const;
TypedArray<Window> get_embedded_subwindows() const;
void subwindow_set_popup_safe_rect(Window *p_window, const Rect2i &p_rect);
Rect2i subwindow_get_popup_safe_rect(Window *p_window) const;