#include typedef struct { String label; } Button; typedef struct { String value; } Text; typedef struct { String value; } TextInput; typedef struct { Node *children } ListBox; typedef struct { Node *children } Stack;