DxWindow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
Esta funcion crea una ventana moderna basado en dxDrawing. | Esta funcion crea una ventana moderna basado en dxDrawing. | ||
<small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por [[Modern-Library]]!''</span>'''</small> | |||
==Sintaxis== | ==Sintaxis== | ||
<syntaxhighlight lang="lua">element dxWindow(int x, int y, int w, int h, string title, [ bool closebutton = true, bool rounded = false, float border = false])</syntaxhighlight> | <syntaxhighlight lang="lua">element dxWindow(int x, int y, int w, int h, string title, [ bool closebutton = true, bool rounded = false, float border = false])</syntaxhighlight> |
Revision as of 20:25, 20 May 2022
Esta funcion crea una ventana moderna basado en dxDrawing.
Aviso: Esta es una función exportada por Modern-Library!
Sintaxis
element dxWindow(int x, int y, int w, int h, string title, [ bool closebutton = true, bool rounded = false, float border = false])
Argumentos requeridos
- x: Un entero que representa la posición X del origen absoluto de la ventana, representado por píxeles en la pantalla.
- y: Un entero que representa la posición Y del origen absoluto de la ventana, representado por píxeles en la pantalla.
- w: Un entero que representa el ancho de la ventana.
- h: Un entero que representa la altura de la ventana.
Argumentos Opcionales
- closebutton: Un booleano que representa la visibilidad del boton de cerrado, false para quitar, true o nil para visualizar.
- rounded: Un booleano que representa si la ventana llevara bordes redondeados.
- border: Un entero que reprenta el grosor de la linea del borde de la ventana.
Ejemplo de Uso
loadstring(exports.dxlib:dxGetLibrary())() --creamos una ventana win = dxWindow( 251, 21, 250, 300, 'Window DEMO', true, true )
Ver también
General Functions
- dxGetLibrary
- dxGetScreen
- dxSet
- dxGet
- dxSetText
- dxSetTitle
- dxSetVisible
- dxSetEnabled
- dxSetPosition
- dxGetPosition
- dxSetSize
- dxGetSize
- dxGetRootParent
- dxSetColorBackground
- dxSetColorText
- dxSetColorSelected
- dxSetColorBorder
- dxFont
- dxSetFont
- dxGetText
- dxSetTitle
- dxGetTitle
Window
Button
CheckBox
Edit
GridList
- dxGridList
- dxGridListAddItem
- dxGridListRemoveItem
- dxGridListAddColumn
- dxGridListRemoveColumn
- dxGridListGetItemSelected
- dxGridListSetItemSelected
- dxGridListGetScrollHV
Image
Label
List
- dxList
- dxListAddItem
- dxListRemoveItem
- dxListGetItemSelected
- dxListSetItemSelected
- dxListSetColorFilaItem