comparison console/libgnt/gnttextview.h @ 15815:1c8f1dc50685

Enable DEBUG_CFLAGS in libgnt and fix up a number of compile warnings and errors this showed up
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Mar 2007 17:28:21 +0000
parents a00712d0522e
children
comparison
equal deleted inserted replaced
15812:71b017348c39 15815:1c8f1dc50685
55 55
56 GType gnt_text_view_get_gtype(void); 56 GType gnt_text_view_get_gtype(void);
57 57
58 /* XXX: For now, don't set a textview to have any border. 58 /* XXX: For now, don't set a textview to have any border.
59 * If you want borders real bad, put it in a box. */ 59 * If you want borders real bad, put it in a box. */
60 GntWidget *gnt_text_view_new(); 60 GntWidget *gnt_text_view_new(void);
61 61
62 /* scroll > 0 means scroll up, < 0 means scroll down, == 0 means scroll to the end */ 62 /* scroll > 0 means scroll up, < 0 means scroll down, == 0 means scroll to the end */
63 void gnt_text_view_scroll(GntTextView *view, int scroll); 63 void gnt_text_view_scroll(GntTextView *view, int scroll);
64 64
65 void gnt_text_view_append_text_with_flags(GntTextView *view, const char *text, GntTextFormatFlags flags); 65 void gnt_text_view_append_text_with_flags(GntTextView *view, const char *text, GntTextFormatFlags flags);