Menu

(PHP 7, UI 0.9.9)

Wstęp

Menus must be constructed before the first Window, and can be shown on any Window

Krótki opis klasy

UI\Menu {
/* Constructor */
public __construct ( string $name )
/* Metody */
public append ( string $name [, string $type = UI\MenuItem::class ] ) : UI\MenuItem
public appendAbout ([ string $type = UI\MenuItem::class ] ) : UI\MenuItem
public appendCheck ( string $name [, string $type = UI\MenuItem::class ] ) : UI\MenuItem
public appendPreferences ([ string $type = UI\MenuItem::class ] ) : UI\MenuItem
public appendQuit ([ string $type = UI\MenuItem::class ] ) : UI\MenuItem
public appendSeparator ( void )
}

Spis treści

add a note add a note

User Contributed Notes

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