ref: e85e9a78a8b587d6b7a8bd84f70dbde33e7de904
dir: /sys/src/libcontrol/group.h/
typedef struct Group Group;
struct Group {
Control;
int lastbut;
int border;
int mansize; /* size was set manually */
int separation;
int selected;
int lastkid;
CImage *bordercolor;
CImage *image;
int nkids;
Control **kids; /* mallocated */
Rectangle *separators; /* mallocated */
int nseparators;
};