Vuo  2.0.0
VuoWindowDescription.c
Go to the documentation of this file.
1 
10 #include "type.h"
11 
13 #ifdef VUO_COMPILER
15  "title" : "Window Description",
16  "description" : "The settings for a window, such as its title and whether it is full-screen.",
17  "keywords" : [ ],
18  "version" : "1.0.0",
19  "dependencies" : [
20  "VuoList_VuoWindowProperty"
21  ]
22  });
23 #endif
24 
32 {
34 }
35 
42 {
44 }
45 
52 {
54 }
55 
62 {
64 }
65 
72 {
74 }
75 
82 {
83  return (VuoList_VuoWindowProperty)value;
84 }