signal callback delegate or function to connect
bool callback(webkit.web_view.WebView webView)
webView the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked for the event. false to continue emission of the event.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to LeaveFullscreen signal.
Emitted when the #WebKitWebView is about to restore its top level window out of its full screen state. This signal can be used by client code to restore widgets hidden during the #WebKitWebView::enter-fullscreen stage for instance.