Method |
Description |
|
Initialize ( ) : void |
|
|
webkit_web_view_can_go_back ( IntPtr raw ) : bool |
|
|
webkit_web_view_can_go_forward ( IntPtr raw ) : bool |
|
|
webkit_web_view_get_full_content_zoom ( IntPtr raw ) : bool |
|
|
webkit_web_view_get_progress ( IntPtr raw ) : double |
|
|
webkit_web_view_get_title ( IntPtr raw ) : IntPtr |
|
|
webkit_web_view_get_type ( ) : IntPtr |
|
|
webkit_web_view_get_uri ( IntPtr raw ) : IntPtr |
|
|
webkit_web_view_go_back ( IntPtr raw ) : void |
|
|
webkit_web_view_go_forward ( IntPtr raw ) : void |
|
|
webkit_web_view_load_string ( IntPtr raw, IntPtr content, IntPtr mime_type, IntPtr encoding, IntPtr base_uri ) : void |
|
|
webkit_web_view_load_uri ( IntPtr raw, IntPtr uri ) : void |
|
|
webkit_web_view_new ( ) : IntPtr |
|
|
webkit_web_view_reload ( IntPtr raw ) : void |
|
|
webkit_web_view_set_full_content_zoom ( IntPtr raw, bool full_content_zoom ) : void |
|
|
webkit_web_view_stop_loading ( IntPtr raw ) : void |
|
|