signal callback delegate or function to connect
void callback(webkit.web_view.WebView webView)
webView the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ReadyToShow signal.
Emitted after #WebKitWebView::create on the newly created #WebKitWebView when it should be displayed to the user. When this signal is emitted all the information about how the window should look, including size, position, whether the location, status and scrollbars should be displayed, is already set on the #WebKitWindowProperties of web_view. See also webkit.web_view.WebView.getWindowProperties.