newspeoplefor developersdocumentationdownloads

nGuiClientWindow Script Interface

nguiclientwindow:

Super Class:

Subclasses:

C++ Class:

Info

A window with optional close button, title bar, resize button and client area.

Commands:


setmovable

Command Input:
b(Movable)
Command Output:
v
Command Description:
Set window's movable flag.

ismovable

Command Input:
v
Command Output:
b(Movable)
Command Description:
Get window's movable flag.

setresizable

Command Input:
b(Resizable)
Command Output:
v
Command Description:
Set window's resizable flag.

isresizable

Command Input:
v
Command Output:
b(Resizable)
Command Description:
Get window's resizable flag.

setclosebutton

Command Input:
b(HasCloseButton)
Command Output:
v
Command Description:
Set whether the window has a close button or not.

hasclosebutton

Command Input:
v
Command Output:
b(HasCloseButton)
Command Description:
Return true if window has a close button.

settitle

Command Input:
s(Title)
Command Output:
v
Command Description:
Set the window title.

gettitle

Command Input:
v
Command Output:
s(Title)
Command Description:
Get the window title.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.