mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
340 B
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");
Related functions
- List of related functions