IconMenuDelegate

class omni.kit.menu.utils.scripts.app_menu.IconMenuDelegate(**kwargs)

Bases: IconMenuBaseDelegate

Methods

__init__(self, **kwargs)

Constructor.

Attributes

__init__(self: omni.ui._ui.MenuDelegate, **kwargs) None

Constructor.

`kwargsdict`

See below

### Keyword Arguments:

`on_build_item`

Called to create a new item.

`on_build_title`

Called to create a new title.

`on_build_status`

Called to create a new widget on the bottom of the window.

`propagate`

Determine if Menu children should use this delegate when they don’t have the own one.