|
@@ -2478,6 +2478,8 @@ void Window::_bind_methods() {
|
|
ClassDB::bind_method(D_METHOD("set_title", "title"), &Window::set_title);
|
|
ClassDB::bind_method(D_METHOD("set_title", "title"), &Window::set_title);
|
|
ClassDB::bind_method(D_METHOD("get_title"), &Window::get_title);
|
|
ClassDB::bind_method(D_METHOD("get_title"), &Window::get_title);
|
|
|
|
|
|
|
|
+ ClassDB::bind_method(D_METHOD("get_window_id"), &Window::get_window_id);
|
|
|
|
+
|
|
ClassDB::bind_method(D_METHOD("set_initial_position", "initial_position"), &Window::set_initial_position);
|
|
ClassDB::bind_method(D_METHOD("set_initial_position", "initial_position"), &Window::set_initial_position);
|
|
ClassDB::bind_method(D_METHOD("get_initial_position"), &Window::get_initial_position);
|
|
ClassDB::bind_method(D_METHOD("get_initial_position"), &Window::get_initial_position);
|
|
|
|
|