Menu Item

(UI 0.9.9)

はじめに

Menu Items should only be created by the Menu

クラス概要

class UI\MenuItem {
/* メソッド */
public function disable()
public function enable()
public function isChecked(): bool
protected function onClick()
public function setChecked(bool $checked)
}

目次

add a note

User Contributed Notes

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