Back to X64dbg

GuiScriptSetTitle

docs/developers/functions/gui/GuiScriptSetTitle.md

2026.04.20340 B
Original Source

GuiScriptSetTitle

Set the window title of the script view.

c++
void GuiScriptSetTitle(const char* title);

Parameters

title Window title of the script view.

Return Value

This function does not return a value.

Example

c++
GuiScriptSetTitle("Window Title");
  • List of related functions