Signal
GtkMenuShell::insert
Description [src]
The ::insert signal is emitted when a new GtkMenuItem
is added to
a GtkMenuShell
. 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.
Default handler: | The default handler is called before the handlers added via |
Available since: | 3.2 |
Parameters
child |
GtkWidget |
The |
|
The data is owned by the caller of the function. | |
position |
gint |
The position at which the insert occurs. |