PHP 8.5.0 Alpha 2 available for testing

UI\Controls\Grid::append

(UI 0.9.9)

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

Descripción

public UI\Controls\Grid::append(
    UI\Control $control,
    int $left,
    int $top,
    int $xspan,
    int $yspan,
    bool $hexpand,
    int $halign,
    bool $vexpand,
    int $valign
)

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

control

El control a añadir

left

top

xspan

yspan

hexpand

halign

vexpand

valign

Valores devueltos

add a note

User Contributed Notes

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