-
Notifications
You must be signed in to change notification settings - Fork 38
MMenu
Stanislav Podolia edited this page Aug 8, 2019
·
3 revisions
Menu
Material Guidelines | Menus
When button is MTextButton or MIconButton MOpenMenu is created automatically, in other cases
you should handle menu opening yourself.
You can handle onClick actions from whole menu with item id as parameter using MOnListClick or
separately for each menu item using MOnClick. Same goes for MSubMenu.
-
button : Material
-
items : [ MMenuLine ]
-
style : [ MMenuStyle ]