comparison console/libgnt/gnttextview.h @ 13971:df8183b7fa2c

[gaim-migrate @ 16529] Make multi-column trees look nice. Show the list of users in a chat-room after you join. Add some commands (eg. /me, /help etc., all Xeroxed from gtkconv.c) committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 20 Jul 2006 17:38:09 +0000
parents 0a0d2a1fd2bc
children 0e70bb6d32fd
comparison
equal deleted inserted replaced
13970:4a2e9c494bed 13971:df8183b7fa2c
65 * It first completes the current line with the current text-attributes. */ 65 * It first completes the current line with the current text-attributes. */
66 void gnt_text_view_next_line(GntTextView *view); 66 void gnt_text_view_next_line(GntTextView *view);
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);
71
70 G_END_DECLS 72 G_END_DECLS
71 73
72 #endif /* GNT_TEXT_VIEW_H */ 74 #endif /* GNT_TEXT_VIEW_H */