diff finch/libgnt/gntcheckbox.h @ 15931:f00f2e283ffb

Some define changes. This helps in generating the python bindings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 26 Mar 2007 04:10:39 +0000
parents 0e3a8505ebbe
children 8410511f4dbb
line wrap: on
line diff
--- a/finch/libgnt/gntcheckbox.h	Mon Mar 26 04:06:15 2007 +0000
+++ b/finch/libgnt/gntcheckbox.h	Mon Mar 26 04:10:39 2007 +0000
@@ -17,17 +17,17 @@
 #define GNT_CHECK_BOX_SET_FLAGS(obj, flags)		(GNT_CHECK_BOX_FLAGS(obj) |= flags)
 #define GNT_CHECK_BOX_UNSET_FLAGS(obj, flags)	(GNT_CHECK_BOX_FLAGS(obj) &= ~(flags))
 
-typedef struct _GnCheckBox			GntCheckBox;
-typedef struct _GnCheckBoxPriv		GntCheckBoxPriv;
-typedef struct _GnCheckBoxClass		GntCheckBoxClass;
+typedef struct _GntCheckBox			GntCheckBox;
+typedef struct _GntCheckBoxPriv		GntCheckBoxPriv;
+typedef struct _GntCheckBoxClass		GntCheckBoxClass;
 
-struct _GnCheckBox
+struct _GntCheckBox
 {
 	GntButton parent;
 	gboolean checked;
 };
 
-struct _GnCheckBoxClass
+struct _GntCheckBoxClass
 {
 	GntButtonClass parent;