DgsWindowGetCloseButtonEnabled

From Multi Theft Auto: Wiki

This function gets whether the window close button is enabled or not.

Syntax

bool dgsWindowGetCloseButtonEnabled ( element window )

Required Arguments

  • window: the window you want to operate.

Returns

Returns true if the the close button is enabled, false otherwise.

Example

Click to collapse [-]
Client
DGS = exports.dgs
MyGuiWindow = DGS:dgsDxCreateWindow(254,206,478,306,"window",false)
local state = DGS:dgsWindowGetCloseButtonEnabled(MyGuiWindow)
outputChatBox("State:"..tostring(state)) --output 'true'

See Also

Multi Language Supports

Animation

3D Interface

3D Text

Arrow List

Browser

Button

Check Box

Combo Box

Edit

Ellipse Detect Area

Detect Area

Grid List

Image

Memo

Label

Progress Bar

Radio Button

Scroll Bar

Scroll Pane

Switch Button

Tab Panel

Window

Plugin

Media Browser

Rounded Rectangle

Color Picker

Blur Box

Effect 3D