ES/DgsGetPostGUI: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 5: Line 5:
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
bool dgsGetPostGUI( element dgsElement )
bool dgsGetPostGUI( elemento, dgsElemento )
</syntaxhighlight>  
</syntaxhighlight>  


===Required Arguments===
===Argumentos Requeridos===
*'''dgsElement:''' The DGS element you wish to retrieve post gui state from.
*'''dgsElement:''' El elemento DGS del que desea recuperar el estado de la interfaz gráfica de usuario posterior.


===Returns===
===Regreso===
Returns ''true'' the dgs element is post gui, ''false'' otherwise.
Regreso ''true'' el elemento dgs es post gui, ''false'' de otra manera.


==Example==  
==Ejemplo==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
DGS = exports.dgs
DGS = exports.dgs
local guiWindow = guiCreateWindow(200,200,400,400,"gui window",false)
local guiWindow = guiCreateWindow(200,200,400,400,"Ventana GUI",false)
local dgsWindow = DGS:dgsCreateWindow(200,200,400,400,"dgs window",false)
local dgsWindow = DGS:dgsCreateWindow(200,200,400,400,"Ventana DGS",false)
outputChatBox("DGS POST GUI:"..tostring(DGS:dgsGetPostGUI(dgsWindow)))
outputChatBox("DGS Denlante de GUI:"..tostring(DGS:dgsGetPostGUI(dgsWindow)))
</syntaxhighlight>
</syntaxhighlight>


==See Also==
==Vea Tambien==
{{DGSFUNCTIONS}}
{{DGSFUNCTIONS}}

Latest revision as of 18:27, 12 October 2020

This function returns whether a dgs element post gui.

Syntax

bool dgsGetPostGUI( elemento, dgsElemento )

Argumentos Requeridos

  • dgsElement: El elemento DGS del que desea recuperar el estado de la interfaz gráfica de usuario posterior.

Regreso

Regreso true el elemento dgs es post gui, false de otra manera.

Ejemplo

DGS = exports.dgs
local guiWindow = guiCreateWindow(200,200,400,400,"Ventana GUI",false)
local dgsWindow = DGS:dgsCreateWindow(200,200,400,400,"Ventana DGS",false)
outputChatBox("DGS Denlante de GUI:"..tostring(DGS:dgsGetPostGUI(dgsWindow)))

Vea Tambien

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