UI\Controls\Box::append

(UI 0.9.9)

UI\Controls\Box::appendAñade un control

Descripción

public UI\Controls\Box::append(Control $control, bool $stretchy = false): int

Añade el control dado a esta caja

Parámetros

control

El control a añadir

stretchy

Define si el control debe ser estirado

Valores devueltos

Devuelve el índice del control añadido, puede ser 0

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top