Php/docs/class.ui-menu

提供:Dev Guides
< Php
2020年12月14日 (月) 10:17時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(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 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 ( )

}

目次