WebView.addOnReadyToShow

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_get_window_properties().

class WebView
gulong
addOnReadyToShow
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Meta