comparison finch/libgnt/gnttextview.h @ 18548:8838b67b1ea0

Fixes for pygnt generation.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 16 Jul 2007 23:46:23 +0000
parents 1148da95ddeb
children c3d0b51d6c60
comparison
equal deleted inserted replaced
18541:2011554e1377 18548:8838b67b1ea0
45 45
46 typedef struct _GntTextView GntTextView; 46 typedef struct _GntTextView GntTextView;
47 typedef struct _GntTextViewPriv GntTextViewPriv; 47 typedef struct _GntTextViewPriv GntTextViewPriv;
48 typedef struct _GntTextViewClass GntTextViewClass; 48 typedef struct _GntTextViewClass GntTextViewClass;
49 49
50 typedef enum { 50 typedef enum _GntTextViewFlag {
51 GNT_TEXT_VIEW_NO_SCROLL = 1 << 0, 51 GNT_TEXT_VIEW_NO_SCROLL = 1 << 0,
52 GNT_TEXT_VIEW_WRAP_CHAR = 1 << 1, 52 GNT_TEXT_VIEW_WRAP_CHAR = 1 << 1,
53 } GntTextViewFlag; 53 } GntTextViewFlag;
54 54
55 struct _GntTextView 55 struct _GntTextView