omni.kit.menu.utils.scripts.app_menu Classes
Classes Summary:
MenuDelegate is used to generate widgets that represent the menu item. |
|
Support for integer-based Flags |
|
Setting for executing actions. Either NODELAY which is executed instantly or NONE which is async with 1 frame delay |
|
Menu alignment setting. Either left or right |
|
Class for creation of menu items |
|
“appear_after” values. FIRST will be top of list and LAST will be bottom of list. |
|
Internal state. Invalid is before EVENT_APP_READY event received and Created is after. |
|
PurePath subclass that can make system calls. |
|
Internal flags used by layout for item ordering |
|
The Menu class provides a menu widget for use in menu bars, context menus, and other popup menus. |
|
A MenuItem represents the items the Menu consists of. |