PHP 8.4.6 Released!

UI\Window::__construct

(UI 0.9.9)

UI\Window::__constructConstruct a new Window

Description

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

Shall construct a new Window

Parameters

title

The title of the Window

size

The size of the Window

menu

Menu switch

User Contributed Notes

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