Core Function GUIWindow
From Sputnik Wiki
GUIWindow( <window> )
Contents |
Description
Properties & Functions specifically for Window
Parameters
window
The GUI Window object to use.
Functions
Activate
GUIWindow($GUI, "Activate");
Focus
GUIWindow($GUI, "Focus");
SetIcon
Set the window icon
Set from File:
GUIWindow($GUI, "SetIcon", "FoX.ico");
Example
See above