insert


Description:

[ HasEmitter ]
[ Version ( since = "3.2" ) ]
public virtual signal void insert (Widget child, int position)

The insert signal is emitted when a new MenuItem is added to a MenuShell.

A separate signal is used instead of GtkContainer:GtkMenuShell:add because of the need for an additional position parameter.

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

Parameters:

child

the MenuItem that is being inserted

position

the position at which the insert occurs