Coherent UI for .NET  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.Mono.Gtk.BrowserViewControl Class Reference

Interface that allows clients to listen to Coherent::UI::ViewListener More...

Inherits GtkDrawingArea, and IDisposable.

Events

Coherent.UI.ViewListener.CoherentUI_OnViewCreated ViewCreated
 Fired when the requested More...
 
Coherent.UI.ViewListener.CoherentUI_OnFinishLoad FinishLoad
 Fired when a frame has been successfully loaded. More...
 
Coherent.UI.ViewListener.CoherentUI_OnFailLoad FailLoad
 Fired when a frame has been failed loading. More...
 
Coherent.UI.ViewListener.CoherentUI_OnURLRequest URLRequest
 Fired before an URL request is made. The default implementation allows all requests. More...
 
Coherent.UI.ViewListener.CoherentUI_OnReadyForBindings ReadyForBindings
 Fired when a frame is ready for bindings. More...
 
Coherent.UI.ViewListener.CoherentUI_OnBindingsReleased BindingsReleased
 Fired when the bindings for frame are released. More...
 
Coherent.UI.ViewListener.CoherentUI_OnStartLoading StartLoading
 Fired when a new path has started loading. More...
 
Coherent.UI.ViewListener.CoherentUI_OnStopLoading StopLoading
 Fired when all load operations have completed. More...
 
Coherent.UI.ViewListener.CoherentUI_OnNavigateTo NavigateTo
 Fired when the view starts navigation to a new path. More...
 
Coherent.UI.ViewListener.CoherentUI_OnError Error
 Fired when an error occurs for this specific More...
 
Coherent.UI.ViewListener.CoherentUI_OnScriptMessage ScriptMessage
 Fired when a message is sent from a script running in this specific More...
 
Coherent.UI.ViewListener.CoherentUI_OnCursorChanged CursorChanged
 Fired when the cursor has changed internally in the More...
 
Coherent.UI.ViewListener.CoherentUI_OnCallback Callback
 Fired by the UI when there is no registered handler for this event. More...
 
Coherent.UI.ViewListener.CoherentUI_OnJavaScriptMessage JavaScriptMessage
 Fired when the view triggered a javascript message box, i.e. an alert, confirmation dialog or a prompt dialog. More...
 
Coherent.UI.ViewListener.CoherentUI_OnGetAuthCredentials GetAuthCredentials
 Fired when a view requires authentication credentials. More...
 
Coherent.UI.ViewListener.CoherentUI_OnCertificateError CertificateError
 Fired when there is an error with the certificate of a particular URL. the certificate and response pointers are valid only for the duration of this call More...
 
Coherent.UI.ViewListener.CoherentUI_OnRequestMediaStream RequestMediaStream
 Fired when the view requests access to a media stream. Media streams are the audio capture (microphone) and video capture (camera) devices on the system. More...
 

Detailed Description

Interface that allows clients to listen to Coherent::UI::ViewListener

Event Documentation

Coherent.UI.ViewListener.CoherentUI_OnBindingsReleased Coherent.UI.Mono.Gtk.BrowserViewControl.BindingsReleased

Fired when the bindings for frame are released.

Coherent.UI.ViewListener.CoherentUI_OnCallback Coherent.UI.Mono.Gtk.BrowserViewControl.Callback

Fired by the UI when there is no registered handler for this event.

Coherent.UI.ViewListener.CoherentUI_OnCertificateError Coherent.UI.Mono.Gtk.BrowserViewControl.CertificateError

Fired when there is an error with the certificate of a particular URL. the certificate and response pointers are valid only for the duration of this call

Coherent.UI.ViewListener.CoherentUI_OnCursorChanged Coherent.UI.Mono.Gtk.BrowserViewControl.CursorChanged

Fired when the cursor has changed internally in the

Coherent.UI.ViewListener.CoherentUI_OnError Coherent.UI.Mono.Gtk.BrowserViewControl.Error

Fired when an error occurs for this specific

Coherent.UI.ViewListener.CoherentUI_OnFailLoad Coherent.UI.Mono.Gtk.BrowserViewControl.FailLoad

Fired when a frame has been failed loading.

Coherent.UI.ViewListener.CoherentUI_OnFinishLoad Coherent.UI.Mono.Gtk.BrowserViewControl.FinishLoad

Fired when a frame has been successfully loaded.

Coherent.UI.ViewListener.CoherentUI_OnGetAuthCredentials Coherent.UI.Mono.Gtk.BrowserViewControl.GetAuthCredentials

Fired when a view requires authentication credentials.

Coherent.UI.ViewListener.CoherentUI_OnJavaScriptMessage Coherent.UI.Mono.Gtk.BrowserViewControl.JavaScriptMessage

Fired when the view triggered a javascript message box, i.e. an alert, confirmation dialog or a prompt dialog.

Coherent.UI.ViewListener.CoherentUI_OnNavigateTo Coherent.UI.Mono.Gtk.BrowserViewControl.NavigateTo

Fired when the view starts navigation to a new path.

Coherent.UI.ViewListener.CoherentUI_OnReadyForBindings Coherent.UI.Mono.Gtk.BrowserViewControl.ReadyForBindings

Fired when a frame is ready for bindings.

Coherent.UI.ViewListener.CoherentUI_OnRequestMediaStream Coherent.UI.Mono.Gtk.BrowserViewControl.RequestMediaStream

Fired when the view requests access to a media stream. Media streams are the audio capture (microphone) and video capture (camera) devices on the system.

Coherent.UI.ViewListener.CoherentUI_OnScriptMessage Coherent.UI.Mono.Gtk.BrowserViewControl.ScriptMessage

Fired when a message is sent from a script running in this specific

Coherent.UI.ViewListener.CoherentUI_OnStartLoading Coherent.UI.Mono.Gtk.BrowserViewControl.StartLoading

Fired when a new path has started loading.

Coherent.UI.ViewListener.CoherentUI_OnStopLoading Coherent.UI.Mono.Gtk.BrowserViewControl.StopLoading

Fired when all load operations have completed.

Coherent.UI.ViewListener.CoherentUI_OnURLRequest Coherent.UI.Mono.Gtk.BrowserViewControl.URLRequest

Fired before an URL request is made. The default implementation allows all requests.

Coherent.UI.ViewListener.CoherentUI_OnViewCreated Coherent.UI.Mono.Gtk.BrowserViewControl.ViewCreated

Fired when the requested