comparison console/libgnt/gnttextview.h @ 13952:841a5ffbfee4

[gaim-migrate @ 16500] uiops for GaimConnections. This only shows an error message for a disconnect. uiops for GaimNotify. I have not done the notifications for searchresults yet. That will require multi-column GntTree's, which will also allow for improved email-notifications. I hope to complete it by next week. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 17 Jul 2006 03:45:24 +0000
parents 917a71dd02eb
children 0a0d2a1fd2bc
comparison
equal deleted inserted replaced
13951:614c56622453 13952:841a5ffbfee4
62 62
63 /* Move the cursor to the beginning of the next line and resets text-attributes. 63 /* Move the cursor to the beginning of the next line and resets text-attributes.
64 * It first completes the current line with the current text-attributes. */ 64 * It first completes the current line with the current text-attributes. */
65 void gnt_text_view_next_line(GntTextView *view); 65 void gnt_text_view_next_line(GntTextView *view);
66 66
67 chtype gnt_text_format_flag_to_chtype(GntTextFormatFlags flags);
68
67 G_END_DECLS 69 G_END_DECLS
68 70
69 #endif /* GNT_TEXT_VIEW_H */ 71 #endif /* GNT_TEXT_VIEW_H */