x64dbg/docs/developers/functions/gui/GuiScriptSetTitle.md
2025-08-26 17:52:06 +08:00

340 B

GuiScriptSetTitle

Set the window title of the script view.

void GuiScriptSetTitle(const char* title);

Parameters

title Window title of the script view.

Return Value

This function does not return a value.

Example

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