Menu Item

(UI 0.9.9)

Introduction

Menu Items should only be created by the Menu

Class synopsis

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

Table of Contents

add a note

User Contributed Notes

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