DxWindowSetCloseState: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 May 2022

20 May 2022

11 May 2022

  • curprev 04:0604:06, 11 May 2022ClawSuit talk contribs 751 bytes +751 Created page with "__NOTOC__ {{Client Function}} Esta funcion oculta o visualiza el boton de cerrado de una dxWindow. ==Sintaxis== <syntaxhighlight lang="lua">bool dxWindowSetCloseState(element element, bool state)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La ventana la cual se le cambiara el estado del boton de cerrado. * '''state''': Un booleano que representa el estado del boton de cerrado, ''true'' o ''false''. ==Ejemplo de Uso== <syntaxhighlight lang="lua">..."