| 116 |
116 |
| 117 /** |
117 /** |
| 118 * Create an GtkWebView widget and associated GtkIMHtmlToolbar widget. This |
118 * Create an GtkWebView widget and associated GtkIMHtmlToolbar widget. This |
| 119 * function puts both widgets in a nice GtkFrame. They're separated by an |
119 * function puts both widgets in a nice GtkFrame. They're separated by an |
| 120 * attractive GtkSeparator. |
120 * attractive GtkSeparator. |
| 121 * TODO WEBKIT: editable isn't supported yet |
|
| 122 * |
121 * |
| 123 * @param editable @c TRUE if this webview should be editable. If this is |
122 * @param editable @c TRUE if this webview should be editable. If this is |
| 124 * @c FALSE, then the toolbar will NOT be created. If this webview |
123 * @c FALSE, then the toolbar will NOT be created. If this webview |
| 125 * should be read-only at first, but may become editable later, then |
124 * should be read-only at first, but may become editable later, then |
| 126 * pass in @c TRUE here and then manually call gtk_webview_set_editable() |
125 * pass in @c TRUE here and then manually call gtk_webview_set_editable() |