GetWindowName()
Summary
Gets the name of the current window.
Syntax
win_name = GetWindowName()
Returns
A string containing the name of the current window.
Notes
-
GetWindowName() returns the string needed for SetWindow().
See Also
| Function | Summary |
|---|---|
| GetWindows() | Gets a list of all the windows of a specified type |
| GetWindowType() | Gets the type of the current window |
| SetEditorOption() | Sets an option for an editor window |
| SetWindow() | Makes a window the currently active window |