
Prototype: GemRB.SetVisible(WindowIndex, Visible)

Metaclass Prototype: SetVisible(Visible)

Description: Sets the Visibility Flag of a Window.
Window index 0 can be used to manipulate the game control window

Parameters: WindowIndex - the index returned by LoadWindow()
            Visible:
WINDOW_INVISIBLE - Window is invisible
WINDOW_VISIBLE - Window is visible
WINDOW_GRAYED - Window is shaded
WINDOW_FRONT - Window is drawn in the foreground

Return value: N/A

See also: ShowModal, SetWindowFrame


MD5: cc9b69351e5e62f28a5c65247cae7880
