Lines Matching refs:Control
13 Control;
20 Control *tabrow;
21 Control *tabstack;
22 Control *tabcolumn;
25 Control **buttons;
92 tabsize(Control *c) in tabsize()
96 t->tabcolumn->setsize((Control*)t->tabcolumn); in tabsize()
100 tabctl(Control *c, CParse *cp) in tabctl()
103 Control *cbut, *cwin; in tabctl()
124 t->buttons = ctlrealloc(t->buttons, (t->nbuttons+1)*sizeof(Control*)); in tabctl()
212 tabfree(Control*c) in tabfree()
221 activatetab(Control *c, int act) in activatetab()
232 Control *
255 return (Control*)t; in createtab()