| 99 * @webview_ret: A pointer to a pointer to a GtkWidget. This pointer |
99 * @webview_ret: A pointer to a pointer to a GtkWidget. This pointer |
| 100 * will be set to the webview when this function exits. |
100 * will be set to the webview when this function exits. |
| 101 * @sw_ret: This will be filled with a pointer to the scrolled window |
101 * @sw_ret: This will be filled with a pointer to the scrolled window |
| 102 * widget which contains the webview. |
102 * widget which contains the webview. |
| 103 * |
103 * |
| 104 * Create an GtkWebView widget and associated GtkWebViewToolbar widget. This |
104 * Create an PidginWebView widget and associated PidginWebViewToolbar widget. This |
| 105 * function puts both widgets in a nice GtkFrame. They're separated by an |
105 * function puts both widgets in a nice GtkFrame. They're separated by an |
| 106 * attractive GtkSeparator. |
106 * attractive GtkSeparator. |
| 107 * |
107 * |
| 108 * Returns: The GtkFrame containing the toolbar and webview. |
108 * Returns: The GtkFrame containing the toolbar and webview. |
| 109 */ |
109 */ |