DgsRemoveMoveHandler: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Client function}} __NOTOC__ This function removes move handler from dgs element. '''Note: You can not remove the built-in move handler of dgs window.''' ==Syntax== <synta...")
 
No edit summary
Line 7: Line 7:
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
string dgsAddMoveHandler( element dgsElement )
string dgsRemoveMoveHandler( element dgsElement )
</syntaxhighlight>
</syntaxhighlight>



Revision as of 01:24, 24 September 2018

This function removes move handler from dgs element.

Note: You can not remove the built-in move handler of dgs window.

Syntax

string dgsRemoveMoveHandler( element dgsElement )

Required Arguments

  • dgsElement: The dgs element you want to remove move handler from.

Returns

Returns true if succeed, false otherwise

Example

DGS = exports.dgs
local button = DGS:dgsCreateButton(0.2,0.2,0.2,0.1,"test",true)
DGS:dgsAddMoveHandler(button,0,0,1,1)
DGS:dgsRemoveMoveHandler(button)

See Also

Custom Cursor Functions

Multi Language Supports

Animation

3D Element

3D Interface

3D Line

3D Image

3D Text

Browser

Button

Check Box

Combo Box

Custom Renderer

Edit

Detect Area

Drag'N Drop

Grid List

Image

Memo

Menu

Label

Layout

Line

Progress Bar

Radio Button

Scale Pane

Scroll Bar

Scroll Pane

Selector

Style

Switch Button

Tab Panel

Window

Basic Shape Plugins

Circle

Quadrilateral

Rounded Rectangle

Other Plugins

Blur Box

Canvas

Chart

Color Picker

Effect 3D

Gradient

Mask

Media Browser

Nine Slice

Object Preview Supports

Paste Handler

QRCode

Remote Image

Screen Source

SVG

Tooltips