code: plan9front

ref: a14f9efa6848f167f54dea3e3823b31dae1461c9
dir: /sys/src/libcontrol/group.h/

View raw version

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;
};