|
ELinks 0.19.1
|
#include "util/box.h"

Data Structures | |
| struct | frame_desc |
| struct | frameset_desc |
| struct | frameset_param |
Functions | |
| struct frameset_desc * | create_frameset (struct frameset_param *fp) |
| void | add_frameset_entry (struct frameset_desc *parent, struct frameset_desc *subframe, char *name, char *url) |
| void | format_frames (struct session *ses, struct frameset_desc *fsd, struct document_options *op, int depth) |
| void | parse_frame_widths (char *str, int max_value, int pixels_per_char, int **new_values, int *new_values_count) |
| void add_frameset_entry | ( | struct frameset_desc * | parent, |
| struct frameset_desc * | subframe, | ||
| char * | name, | ||
| char * | url ) |
| struct frameset_desc * create_frameset | ( | struct frameset_param * | fp | ) |
| void format_frames | ( | struct session * | ses, |
| struct frameset_desc * | fsd, | ||
| struct document_options * | op, | ||
| int | depth ) |
| void parse_frame_widths | ( | char * | str, |
| int | max_value, | ||
| int | pixels_per_char, | ||
| int ** | new_values, | ||
| int * | new_values_count ) |