You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Merge pull request #56935 from V-Sekai/window_theme_changed_signal
This commit is contained in:
@@ -368,6 +368,10 @@
|
|||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
|
<signal name="theme_changed">
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
</signal>
|
||||||
<signal name="visibility_changed">
|
<signal name="visibility_changed">
|
||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
|
|||||||
@@ -1579,6 +1579,7 @@ void Window::_bind_methods() {
|
|||||||
ADD_SIGNAL(MethodInfo("go_back_requested"));
|
ADD_SIGNAL(MethodInfo("go_back_requested"));
|
||||||
ADD_SIGNAL(MethodInfo("visibility_changed"));
|
ADD_SIGNAL(MethodInfo("visibility_changed"));
|
||||||
ADD_SIGNAL(MethodInfo("about_to_popup"));
|
ADD_SIGNAL(MethodInfo("about_to_popup"));
|
||||||
|
ADD_SIGNAL(MethodInfo("theme_changed"));
|
||||||
|
|
||||||
BIND_CONSTANT(NOTIFICATION_VISIBILITY_CHANGED);
|
BIND_CONSTANT(NOTIFICATION_VISIBILITY_CHANGED);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user