ES/DgsGetPostGUI: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Client function}} __NOTOC__ This function returns whether a dgs element post gui。 ==Syntax== <syntaxhighlight lang="lua"> bool dgsGetPostGUI( element dgsElement ) </synt...")
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Client function}}
{{Client function}}
__NOTOC__
__NOTOC__
This function returns whether a dgs element post gui。
This function returns whether a dgs element post gui.


==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 change the font of
*'''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