comparison console/libgnt/gnttextview.h @ 14876:70623f0d5cdc

[gaim-migrate @ 17645] Use terminfo/termcap information (from ncurses) as much as possible. There still need to be some manual 'refinement' based on $TERM. I'll see if I can get rid of those. Also, I am probably going to allow users to provide information that terminfo can't provide, like the keycode for ctrl+up etc. Let me know if any of the keybinding doesn't work. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 01 Nov 2006 03:38:23 +0000
parents 5f3058c7a7df
children c01f62c83647
comparison
equal deleted inserted replaced
14875:7357d46ba817 14876:70623f0d5cdc
3 3
4 #include "gntwidget.h" 4 #include "gntwidget.h"
5 #include "gnt.h" 5 #include "gnt.h"
6 #include "gntcolors.h" 6 #include "gntcolors.h"
7 #include "gntkeys.h" 7 #include "gntkeys.h"
8
9 #ifdef lines
10 #undef lines
11 #endif
8 12
9 #define GNT_TYPE_TEXTVIEW (gnt_text_view_get_gtype()) 13 #define GNT_TYPE_TEXTVIEW (gnt_text_view_get_gtype())
10 #define GNT_TEXT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_TEXTVIEW, GntTextView)) 14 #define GNT_TEXT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_TEXTVIEW, GntTextView))
11 #define GNT_TEXT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_TEXTVIEW, GntTextViewClass)) 15 #define GNT_TEXT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_TEXTVIEW, GntTextViewClass))
12 #define GNT_IS_TEXTVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_TEXTVIEW)) 16 #define GNT_IS_TEXTVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_TEXTVIEW))