Method

GntMenuItemactivate

since: 2.3

Declaration [src]

gboolean
gnt_menuitem_activate (
  GntMenuItem* item
)

Description [src]

Activate a menuitem. Activating the menuitem will first trigger the ‘activate’ signal for the menuitem. Then the callback for the menuitem is triggered, if there is one.

Available since: 2.3

Return value

Type: gboolean

Whether the callback for the menuitem was called.