comparison 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
comparison
equal deleted inserted replaced
14029:d63f59ee6c98 14030:0e70bb6d32fd
67 67
68 chtype gnt_text_format_flag_to_chtype(GntTextFormatFlags flags); 68 chtype gnt_text_format_flag_to_chtype(GntTextFormatFlags flags);
69 69
70 void gnt_text_view_clear(GntTextView *view); 70 void gnt_text_view_clear(GntTextView *view);
71 71
72 int gnt_text_view_get_lines_below(GntTextView *view);
73
74 int gnt_text_view_get_lines_above(GntTextView *view);
75
72 G_END_DECLS 76 G_END_DECLS
73 77
74 #endif /* GNT_TEXT_VIEW_H */ 78 #endif /* GNT_TEXT_VIEW_H */