DgsIsSizeHandled

From Multi Theft Auto: Wiki

This function checks whether the size handler is added to the dgs element.

Note: You can not check the built-in size handler of dgs window.

Syntax

string dgsIsSizeHandled( element dgsElement )

Required Arguments

  • dgsElement: The dgs element you want to check.

Returns

Returns true if the dgs element has already had a size handler, false otherwise

Example

DGS = exports.dgs
local button = DGS:dgsCreateButton(0.2,0.2,0.2,0.1,"test",true)
DGS:dgsAddSizeHandler(button,0.2,0.2,0.2,0.2)
local state = DGS:dgsIsSizeHandled(button)
outputChatBox( tostring(state) )

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