DxEdit: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
Esta funcion crea un cuadro de texto basado en dxDrawing. | Esta funcion crea un cuadro de texto basado en dxDrawing. | ||
'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">Aviso: Esta es una función exportada por [[Modern-Library]]!</span>''' | '''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por [[Modern-Library]]!''</span>''' | ||
==Sintaxis== | ==Sintaxis== | ||
<syntaxhighlight lang="lua">element dxEdit(int x, int y, int w, int h, string text, [ element parent = nil ])</syntaxhighlight> | <syntaxhighlight lang="lua">element dxEdit(int x, int y, int w, int h, string text, [ element parent = nil ])</syntaxhighlight> |
Revision as of 20:21, 20 May 2022
Esta funcion crea un cuadro de texto basado en dxDrawing.
Aviso: Esta es una función exportada por Modern-Library!
Sintaxis
element dxEdit(int x, int y, int w, int h, string text, [ element parent = nil ])
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.
- text: Una cadena del texto que se mostrará como una etiqueta en la caja de texto.
Argumentos Opcionales
- parent: Este es el padre el cual el cuadro de texto se adjunta.
Ejemplo de Uso
loadstring(exports.dxlib:dxGetLibrary())() --creamos una ventana win = dxWindow(251, 21, 250, 300, 'Window DEMO', true, true) --creamos una caja de texto edit1 = dxEdit(277, 184, 197, 46, 'edit demo 1', win, false)
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