signal callback delegate or function to connect
bool callback(webkit.web_inspector.WebInspector webInspector)
webInspector the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked for the event. false to propagate the event further.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to BringToFront signal.
Emitted when the inspector should be shown.
If the inspector is not attached the inspector window should be shown on top of any other windows. If the inspector is attached the inspector view should be made visible. For example, if the inspector view is attached using a tab in a browser window, the browser window should be raised and the tab containing the inspector view should be the active one. In both cases, if this signal is not handled, the default implementation calls gtk.window.Window.present on the current toplevel #GtkWindow of the inspector view.