Home
last modified time | relevance | path

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

/plan9-contrib/sys/include/
H A Dhtml.h102 typedef struct Tablecell Tablecell; typedef
448 struct Tablecell struct
450 Tablecell*next; /* next in list of table's cells */ argument
451 Tablecell*nextinrow; /* next in list of row's cells */ argument
452 int cellid; /* serial no. of cell within table */
453 Item* content; /* contents before layout */
454 Lay* lay; /* layout of cell */
455 int rowspan; /* number of rows spanned by this cell */
456 int colspan; /* number of cols spanned by this cell */
457 Align align; /* alignment spec */
[all …]