comparison console/libgnt/gnttextview.h @ 14877:c01f62c83647

[gaim-migrate @ 17646] Fix things to work with the last commit. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 01 Nov 2006 05:53:09 +0000
parents 70623f0d5cdc
children a00712d0522e
comparison
equal deleted inserted replaced
14876:70623f0d5cdc 14877:c01f62c83647
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
12 8
13 #define GNT_TYPE_TEXTVIEW (gnt_text_view_get_gtype()) 9 #define GNT_TYPE_TEXTVIEW (gnt_text_view_get_gtype())
14 #define GNT_TEXT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_TEXTVIEW, GntTextView)) 10 #define GNT_TEXT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GNT_TYPE_TEXTVIEW, GntTextView))
15 #define GNT_TEXT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_TEXTVIEW, GntTextViewClass)) 11 #define GNT_TEXT_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), GNT_TYPE_TEXTVIEW, GntTextViewClass))
16 #define GNT_IS_TEXTVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_TEXTVIEW)) 12 #define GNT_IS_TEXTVIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), GNT_TYPE_TEXTVIEW))