menuitem_property_set_shortcut_menuitem


Description:


public bool menuitem_property_set_shortcut_menuitem (Menuitem menuitem, MenuItem gmi)

Takes the shortcut that is installed on a menu item and calls menuitem_property_set_shortcut with it.

It also sets up listeners to watch it change.

Parameters:

menuitem

The Menuitem to set the shortcut on

gmi

A menu item to steal the shortcut off of

Returns:

Whether it was successful at setting the property.


Namespace: DbusmenuGtk