Vuo  2.0.2
VuoVerticalAlignment.h
Go to the documentation of this file.
1 
10 #pragma once
11 
14 #define VuoList_VuoVerticalAlignment_TYPE_DEFINED
15 
28 typedef enum
29 {
30  VuoVerticalAlignment_Top,
31  VuoVerticalAlignment_Center,
32  VuoVerticalAlignment_Bottom
34 
39 
40 #define VuoVerticalAlignment_SUPPORTS_COMPARISON
43 
53