diff finch/libgnt/gnttextview.h @ 18719:c3d0b51d6c60

New flag to show text top-aligned in a textview.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 29 Jul 2007 17:08:50 +0000
parents 8838b67b1ea0
children 44b4e8bd759b
line wrap: on
line diff
--- a/finch/libgnt/gnttextview.h	Sun Jul 29 16:45:29 2007 +0000
+++ b/finch/libgnt/gnttextview.h	Sun Jul 29 17:08:50 2007 +0000
@@ -47,9 +47,11 @@
 typedef struct _GntTextViewPriv		GntTextViewPriv;
 typedef struct _GntTextViewClass		GntTextViewClass;
 
-typedef enum _GntTextViewFlag {
+typedef enum
+{
 	GNT_TEXT_VIEW_NO_SCROLL     = 1 << 0,
 	GNT_TEXT_VIEW_WRAP_CHAR     = 1 << 1,
+	GNT_TEXT_VIEW_TOP_ALIGN     = 1 << 2,
 } GntTextViewFlag;
 
 struct _GntTextView