DgsWindowGetMovable

From Multi Theft Auto: Wiki

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

Syntax

bool dgsWindowGetMovable( element dgsWindow )

Required Arguments

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

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 ) 
DGS:dgsWindowSetMovable(window, true)
movable = DGS:dgsWindowGetMovable ( window )
if (movable) then
   outputChatBox(“The window is movable”)
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