PyCMenu.ModifyMenu

ModifyMenu(pos, flags, id, value)

Modify an item in a menu.

Parameters

pos : int

The position (zero-based) the item to be changed.

flags : int

Flags for the item.

id=0 : int

The ID for the item.

value=None : string/None

A string for the menu item.