Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/src/libcontrol/group.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
 
2
typedef struct Group Group;
3
 
4
struct Group {
5
	Control;
6
	int		lastbut;
7
	int		border;
8
	int		mansize;		/* size was set manually */
9
	int		separation;
10
	int		selected;
11
	int		lastkid;
12
	CImage	*bordercolor;
13
	CImage	*image;
14
	int		nkids;
15
	Control	**kids;		/* mallocated */
16
	Rectangle	*separators;	/* mallocated */
17
	int		nseparators;
18
};