finch/libgnt/gnttextview.h

changeset 18803
615243a5bc70
parent 18791
12003d1b25bf
child 19183
aee7b7ad425e
equal deleted inserted replaced
18793:30a5e011f4b3 18803:615243a5bc70
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

mercurial