DgsWindowGetSizable

From Multi Theft Auto: Wiki

This function allows you to check if a window is sizable.

Syntax

bool dgsWindowGetSizable( element dgsWindow )

Required Arguments

  • dgsWindow: The window you want to check if it is sizable.

Returns

Returns true if succeed, false otherwise.

Example

DGS = exports.dgs

-- Create a DGS window.
window = DGS:dgsCreateWindow ( 0.50, 0.50, 0.25, 0.25, "Test", true ) 
dgsWindowSetSizable(window, true)
sizable = DGS:dgsIsSizable ( window )
if (sizable) then
   outputChatBox(“The window is sizable”)
end

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