shithub: riscv

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