Creation/Dev/Script/Client/GuiWindowCtrl: Difference between revisions

From Graal Bible
(reformat)
No edit summary
Line 1: Line 1:
Inherits from [[Creation/Dev/Script/Client/GuiControl|GuiControl]].
Inherits from [[Creation/Dev/Script/Client/GuiControl|GuiControl]].


=Variables=
=Variables=
{| border="1" cellpadding="2" width="100%"
{| border="1" cellpadding="2" width="100%"
| '''Name'''
| '''Name'''
Line 43: Line 45:
|
|
|}
|}
=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)

Revision as of 14:42, 25 February 2006

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)