diff finch/libgnt/gnttextview.h @ 16124:ab3f93232a2d

Add a utility function to assist scrolling in a textview.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 15 Apr 2007 05:42:14 +0000
parents f00f2e283ffb
children 8410511f4dbb
line wrap: on
line diff
--- a/finch/libgnt/gnttextview.h	Sun Apr 15 05:28:29 2007 +0000
+++ b/finch/libgnt/gnttextview.h	Sun Apr 15 05:42:14 2007 +0000
@@ -81,6 +81,8 @@
 /* If text is NULL, then the tag is removed. */
 int gnt_text_view_tag_change(GntTextView *view, const char *name, const char *text, gboolean all);
 
+void gnt_text_view_attach_scroll_widget(GntTextView *view, GntWidget *widget);
+
 G_END_DECLS
 
 #endif /* GNT_TEXT_VIEW_H */