UI
PHP Manual

Menu

(PHP 7, UI 0.9.9)

Введение

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

Обзор классов

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

Содержание


UI
PHP Manual