Lines Matching refs:Box
9 typedef struct Box Box; typedef
11 struct Box struct
50 Box *b; in boxkey()
52 b = (Box*)c; in boxkey()
59 Box *b; in boxmouse()
61 b = (Box*)c; in boxmouse()
70 _putctlimage(((Box*)c)->image); in boxfree()
74 boxshow(Box *b) in boxshow()
96 Box *b; in boxctl()
98 b = (Box*)c; in boxctl()
170 Box *b; in createbox()
172 b = (Box *)_createctl(cs, "box", sizeof(Box), name); in createbox()