Searched defs:Tablerow (Results 1 – 1 of 1) sorted by relevance
101 typedef struct Tablerow Tablerow; typedef429 struct Tablerow struct431 Tablerow*next; /* Next in list of rows, during parsing */ argument432 Tablecell*cells; /* Cells in row, linked through nextinrow */433 int height;434 int ascent;435 Align align;436 Background background;437 Point pos;438 uchar flags; /* 0 or TFparsing */