add-widget

This signal is emitted for each generated menubar and toolbar. It is not emitted for generated popup menus, which can be obtained by get_widget. Two items, the GtkUIManager instance and the widget added are passed to a registered callback.

Callback function

void callback(GtkUIManager uimanager, GtkWidget UNKNOWN);