Vuo  2.3.2
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
25 
32 {
34 }
35 
42 {
44 }
45 
52 {
54 }
55 
62 {
63  if (value)
65 
67 }
68 
75 {
77 }
78 
85 {
86  return (VuoList_VuoWindowProperty)value;
87 }