DxCheckBox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client Function}} 300px|thumb|right|Ventana de Pruebas. Esta funcion crea una ventana moderna basado en dxDrawing. ==Sintaxis== <syntaxhighlight lang="lua">element dxCheckBox(int x, int y, int w, int h, [ element parent = nil, bool rounded = nil ] )</syntaxhighlight> ===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 e...") |
No edit summary |
||
Line 2: | Line 2: | ||
{{Client Function}} | {{Client Function}} | ||
[[File:DxWindow.png|300px|thumb|right|Ventana de Pruebas.]] | [[File:DxWindow.png|300px|thumb|right|Ventana de Pruebas.]] | ||
Esta funcion crea una | Esta funcion crea una checkBox basada en dxDrawing. | ||
==Sintaxis== | ==Sintaxis== |
Revision as of 22:14, 13 May 2022
Esta funcion crea una checkBox basada en dxDrawing.
Sintaxis
element dxCheckBox(int x, int y, int w, int h, [ element parent = nil, bool rounded = 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.
Argumentos Opcionales
- parent: Este es el padre que el Modern DX Library El checkBox está adjunto.
- rounded: Un booleano que representa si el checkBox llevara bordes redondeados.
Ejemplo
loadstring(exports.dxlib:dxGetLibrary())() --creamos una ventana win = dxWindow( 251, 21, 250, 300, 'Window DEMO', true, true ) --creamos un checkBox check1 = dxCheckBox(432, 83, 32, 32, win)
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