Creation/Dev/Script/Client/GuiWindowCtrl
From Graal Bible
Inherits from GuiControl.
Variables
Name | Type | Description |
canclose | boolean | |
canmaximize | boolean | |
canminimize | boolean | |
closequery | boolean | |
destroyonhide | boolean | |
extent | string | |
maximized | boolean | |
minimized | boolean | |
tile | boolean |
Events
onCloseQuery() - is invoked when the user clicks on the close-button of a window and closequery=true; the script should then either hide or destroy the window; if closequery=false then the window is just hidden (not destroyed)