MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / set_window_title

Method set_window_title

editor/gui/window_wrapper.cpp:313–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void WindowWrapper::set_window_title(const String &p_title) {
314 if (!is_window_available()) {
315 return;
316 }
317 window->set_title(p_title);
318}
319
320void WindowWrapper::set_margins_enabled(bool p_enabled) {
321 if (!is_window_available()) {

Callers 6

_notificationMethod · 0.80
ShaderEditorPluginMethod · 0.80
_open_dock_in_windowMethod · 0.80
_instance_startingMethod · 0.80
_notificationMethod · 0.80

Calls 1

set_titleMethod · 0.45

Tested by

no test coverage detected