pidgin/gtkutils.h

changeset 33192
1ecdf6926526
parent 32809
5f024465ef89
child 33269
1ea2edfac5e9
equal deleted inserted replaced
33191:fc3bb5ccd0eb 33192:1ecdf6926526
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()

mercurial