#ifndef __qwaq_group_h #define __qwaq_group_h #include "qwaq-view.h" @interface Group : View { Array *views; int focused; id buffer; } -initWithContext: (id) context; -insert: (View *) view; -remove: (View *) view; @end #endif//__qwaq_group_h