comparison finch/libgnt/gnttextview.h @ 18539:1148da95ddeb

Allow changing the content of a textview using $EDITOR.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 15 Jul 2007 04:57:03 +0000
parents 841670dd24e1
children 8838b67b1ea0
comparison
equal deleted inserted replaced
18538:2e11d73c4ff1 18539:1148da95ddeb
189 * @param widget 189 * @param widget
190 */ 190 */
191 void gnt_text_view_attach_pager_widget(GntTextView *view, GntWidget *pager); 191 void gnt_text_view_attach_pager_widget(GntTextView *view, GntWidget *pager);
192 192
193 /** 193 /**
194 *
195 * @param view
196 * @param widget
197 */
198 void gnt_text_view_attach_editor_widget(GntTextView *view, GntWidget *pager);
199
200 /**
194 * Set a GntTextViewFlag for the textview widget. 201 * Set a GntTextViewFlag for the textview widget.
195 * 202 *
196 * @param view The textview widget 203 * @param view The textview widget
197 * @param flag The flag to set 204 * @param flag The flag to set
198 */ 205 */