Merge pull request #56935 from V-Sekai/window_theme_changed_signal

This commit is contained in:
Rémi Verschelde 2022-01-19 13:31:56 +01:00 committed by GitHub
commit 6ab5d9d008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -368,6 +368,10 @@
<description>
</description>
</signal>
<signal name="theme_changed">
<description>
</description>
</signal>
<signal name="visibility_changed">
<description>
</description>

View file

@ -1579,6 +1579,7 @@ void Window::_bind_methods() {
ADD_SIGNAL(MethodInfo("go_back_requested"));
ADD_SIGNAL(MethodInfo("visibility_changed"));
ADD_SIGNAL(MethodInfo("about_to_popup"));
ADD_SIGNAL(MethodInfo("theme_changed"));
BIND_CONSTANT(NOTIFICATION_VISIBILITY_CHANGED);