MenuShell.addOnInsert

The ::insert signal is emitted when a new gtk.MenuItem is added to a gtk.MenuShell A separate signal is used instead of GtkContainer::add because of the need for an additional position parameter.

The inverse of this signal is the GtkContainer::removed signal.

class MenuShell
gulong
addOnInsert
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta