Menu Item

(UI 0.9.9)

Giriş

Menu Items should only be created by the Menu

Sınıf Sözdizimi

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

İçindekiler

add a note

User Contributed Notes

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