diff console/libgnt/gnttextview.h @ 14030:0e70bb6d32fd

[gaim-migrate @ 16632] Do not auto-scroll when I am reading the backlog. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 05 Aug 2006 02:56:18 +0000
parents df8183b7fa2c
children 5f3058c7a7df
line wrap: on
line diff
--- a/console/libgnt/gnttextview.h	Sat Aug 05 02:19:19 2006 +0000
+++ b/console/libgnt/gnttextview.h	Sat Aug 05 02:56:18 2006 +0000
@@ -69,6 +69,10 @@
 
 void gnt_text_view_clear(GntTextView *view);
 
+int gnt_text_view_get_lines_below(GntTextView *view);
+
+int gnt_text_view_get_lines_above(GntTextView *view);
+
 G_END_DECLS
 
 #endif /* GNT_TEXT_VIEW_H */