Cream-Browser unstable
Data Structures | Modules | Functions
WebView
Graphical User Interface
Collaboration diagram for WebView:

Data Structures

class  WebView

Modules

 Members
 Callbacks
 Signals

Functions

static void webview_destroy (GtkWidget *obj)
GtkWidget * webview_new (GObject *mod)
static void webview_class_init (WebViewClass *klass)
static void webview_init (WebView *obj)

Detailed Description

WebView widget definition


Function Documentation

static void webview_class_init ( WebViewClass *  klass) [static]
Parameters:
klassThe WebView class structure. Initialize WebView class.

Here is the call graph for this function:

static void webview_destroy ( GtkWidget *  obj) [static]
Parameters:
objA WebView object. Destroy the WebView widget.
static void webview_init ( WebView obj) [static]
Parameters:
objThe WebView instance structure. Initialize WebView instance.
GtkWidget * webview_new ( GObject *  mod)
Parameters:
modA CreamModule object.
Returns:
A WebView object.

Create a new WebView.

Here is the call graph for this function:

 All Data Structures Functions Variables