PHP 8.4.0 Beta 5 available for testing

UI\Window::__construct

(UI 0.9.9)

UI\Window::__constructConstrói uma nova janela

Descrição

public UI\Window::__construct(string $title, Size $size, bool $menu = false)

Constrói uma nova janela

Parâmetros

title

O título da janela.

size

A dimensão da janela.

menu

Opção de menu.

add a note

User Contributed Notes

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