signal callback delegate or function to connect
void callback(bool forceHide, gtk.menu_shell.MenuShell menuShell)
forceHide if true, hide the menu after activating the menu item (optional)
menuShell the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ActivateCurrent signal.
An action signal that activates the current menu item within the menu shell.