Lines Matching defs:Entry
9 typedef struct Entry Entry; typedef11 struct Entry struct14 int border;15 CFont *font;16 CImage *image;17 CImage *textcolor;18 CImage *bordercolor;19 Rune *text;20 int ntext;21 int cursor;22 int align;23 int hasfocus;24 int lastbut;