ref: ea26e7d5616bab06d57a80b6b5086c82323277c1
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;
};