|
ELinks 0.19.1
|

Functions | |
| void | distribute_table_widths (struct table *table) |
| void | draw_table_caption (struct html_context *html_context, struct table *table, int x, int y) |
| void | draw_table_cell (struct table *table, int col, int row, int x, int y, struct html_context *html_context) |
| void | draw_table_cells (struct table *table, int x, int y, struct html_context *html_context) |
| void | draw_table_frames (struct table *table, int indent, int y, struct html_context *html_context) |
| void | format_table (char *, char *, char *, char **, struct html_context *) |
| int | get_table_cellpadding (struct html_context *html_context, struct table *table) |
| void | get_table_heights (struct html_context *html_context, struct table *table) |
| int | get_table_indent (struct html_context *html_context, struct table *table) |
| void distribute_table_widths | ( | struct table * | table | ) |
| void draw_table_caption | ( | struct html_context * | html_context, |
| struct table * | table, | ||
| int | x, | ||
| int | y ) |
| void draw_table_cell | ( | struct table * | table, |
| int | col, | ||
| int | row, | ||
| int | x, | ||
| int | y, | ||
| struct html_context * | html_context ) |
| void draw_table_cells | ( | struct table * | table, |
| int | x, | ||
| int | y, | ||
| struct html_context * | html_context ) |
| void draw_table_frames | ( | struct table * | table, |
| int | indent, | ||
| int | y, | ||
| struct html_context * | html_context ) |
| void format_table | ( | char * | attr, |
| char * | html, | ||
| char * | eof, | ||
| char ** | end, | ||
| struct html_context * | html_context ) |
| int get_table_cellpadding | ( | struct html_context * | html_context, |
| struct table * | table ) |
| void get_table_heights | ( | struct html_context * | html_context, |
| struct table * | table ) |
| int get_table_indent | ( | struct html_context * | html_context, |
| struct table * | table ) |