Core Function GUIWindow
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> GUIWindow( <window> ) </pre> === Description === Properties & Functions specifically for Window === Parameters === ==== window ==== The GUI Window object to use. === ...")
Newer edit →
(Created page with "<pre> GUIWindow( <window> ) </pre> === Description === Properties & Functions specifically for Window === Parameters === ==== window ==== The GUI Window object to use. === ...")
Newer edit →
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
Go see GUICreate( "Timer" ) for example.