Lines Matching defs:Tab
10 typedef struct Tab Tab; typedef12 struct Tab { struct14 int border;15 int selected;16 int separation;17 char *format;18 CImage *bordercolor;19 CImage *image;20 Control *tabrow;21 Control *tabstack;22 Control *tabcolumn;23 int ntabs;24 int nbuttons;25 Control **buttons;