diff PyTypeInterface.h @ 62:74703a562ce3

Added valueNames attribute to parameter descriptor
author gyorgyf
date Sat, 05 Oct 2013 13:21:47 +0100
parents c1e4f706ca9a
children 5664fe298af2
line wrap: on
line diff
--- a/PyTypeInterface.h	Thu Jan 06 11:25:30 2011 +0000
+++ b/PyTypeInterface.h	Sat Oct 05 13:21:47 2013 +0100
@@ -72,7 +72,8 @@
 	maxValue,
 	defaultValue,
 	isQuantized,
-	quantizeStep
+	quantizeStep,
+	valueNames
 	};
 }