Vuo 2.4.4
Loading...
Searching...
No Matches
VuoVerticalAlignment.h
Go to the documentation of this file.
1
10#ifndef VuoVerticalAlignment_h
11#define VuoVerticalAlignment_h
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
28typedef enum
29{
30 VuoVerticalAlignment_Top,
31 VuoVerticalAlignment_Center,
32 VuoVerticalAlignment_Bottom
34
35#define VuoVerticalAlignment_SUPPORTS_COMPARISON
37
39struct json_object * VuoVerticalAlignment_getJson(const VuoVerticalAlignment value);
42
45
54
59#ifdef __cplusplus
60}
61#endif
62
63#endif