Home
last modified time | relevance | path

Searched defs:Tablerow (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/include/
H A Dhtml.h101 typedef struct Tablerow Tablerow; typedef
429 struct Tablerow struct
431 Tablerow*next; /* Next in list of rows, during parsing */ argument
432 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 */