PHP 8.5.0 Beta 2 available for testing

Menu

(UI 0.9.9)

Introduction

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

Class synopsis

class UI\Menu {
/* Constructor */
public __construct (string $name)
/* Methods */
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 ()
}

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /