FutureBasic Logo

<<    Index    >> FutureBasic

NibWindow   statement



Syntax
nibwindow tag, nibName, identifier

Description
The nibwindow statement loads a window contained in a nib file.

Parameters
Parameter
Description
tag A number (1 through 1000000) that you assign to the window. The number you assign must be different from the tag value of all other windows. A negative tag hides the window.
nibName The name of the nib file.
identifier The identifier given to the window in the nib file. If this parameter is omitted, the first window found in the nib will be loaded.
 

See also
window