Menu

(UI 0.9.9)

はじめに

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

クラス概要

class UI\Menu {
/* Constructor */
public function __construct(string $name)
/* メソッド */
public function append(string $name, string $type = UI\MenuItem::class): UI\MenuItem
public function appendAbout(string $type = UI\MenuItem::class): UI\MenuItem
public function appendCheck(string $name, string $type = UI\MenuItem::class): UI\MenuItem
public function appendPreferences(string $type = UI\MenuItem::class): UI\MenuItem
public function appendQuit(string $type = UI\MenuItem::class): UI\MenuItem
public function appendSeparator()
}

目次

add a note

User Contributed Notes

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