ELinks 0.18.0
tables.h File Reference
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

◆ distribute_table_widths()

void distribute_table_widths ( struct table * table)

◆ draw_table_caption()

void draw_table_caption ( struct html_context * html_context,
struct table * table,
int x,
int y )

◆ draw_table_cell()

void draw_table_cell ( struct table * table,
int col,
int row,
int x,
int y,
struct html_context * html_context )

◆ draw_table_cells()

void draw_table_cells ( struct table * table,
int x,
int y,
struct html_context * html_context )

◆ draw_table_frames()

void draw_table_frames ( struct table * table,
int indent,
int y,
struct html_context * html_context )

◆ format_table()

void format_table ( char * attr,
char * html,
char * eof,
char ** end,
struct html_context * html_context )

◆ get_table_cellpadding()

int get_table_cellpadding ( struct html_context * html_context,
struct table * table )

◆ get_table_heights()

void get_table_heights ( struct html_context * html_context,
struct table * table )

◆ get_table_indent()

int get_table_indent ( struct html_context * html_context,
struct table * table )