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