shithub: riscv

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