.TH "gic_control" 3 "2006-12-30" "libgiigic-1.1.x" GGI .SH NAME \fBgic_control\fR : Group multiple features .SH SYNOPSIS .nb .nf #include typedef struct gic_control { char name[65]; /* name of the control * char shortname[5]; /* short name of the control */ gic_featurelist *features; /* list of attached features */ } gic_control; typedef struct gic_controllist { struct gic_controllist *next; gic_control *control; } gic_controllist; .fi .SH DESCRIPTION Controls contain all "Features" that make up a given set like all things you might need to do for navigating a menu. .TP \fIname\fR Name of the control. .TP \fIshortname\fR Shortname of the control. .TP \fIfeatures\fR list of attached features. .PP .SH SEE ALSO \f(CWgic_feature(3)\fR, \f(CWgicControlAllocate(3)\fR