Core Function GUIWindow
From Sputnik Wiki
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Created page with "<pre> GUIWindow( <window> ) </pre>  === Description ===  Properties & Functions specifically for Window  === Parameters ===  ==== window ====  The GUI Window object to use.  === ...")  | 
		 (→Example)  | 
		||
| Line 27: | Line 27: | ||
=== Example ===  | === Example ===  | ||
| − | + | See above  | |
[[Category:Core Function]]  | [[Category:Core Function]]  | ||
Revision as of 04:17, 15 December 2011
GUIWindow( <window> )
Contents | 
Description
Properties & Functions specifically for Window
Parameters
window
The GUI Window object to use.
Functions
SetIcon
Set the window icon
Set from File:
GUIWindow($GUI, "SetIcon", "FoX.ico");
Example
See above