create


Description:

public signal Widget create (NavigationAction navigation_action)

Emitted when the creation of a new WebView is requested.

If this signal is handled the signal handler should return the newly created WebView.

The NavigationAction parameter contains information about the navigation action that triggered this signal.

The new WebView must be related to web_view, see related_view for more details.

The new WebView should not be displayed to the user until the ready_to_show signal is emitted.

Parameters:

navigation_action

a NavigationAction

Returns:

a newly allocated WebView widget or null to propagate the event further.