ELinks 0.16.1.1
|
#include "util/color.h"
Data Structures | |
struct | widget_info_text |
struct | widget_data_info_text |
Macros | |
#define | text_is_scrollable(widget_data) |
Functions | |
void | add_dlg_text (struct dialog *dlg, char *text, format_align_T align, int bottom_pad) |
void | dlg_format_text_do (struct dialog_data *dlg_data, const char *text, int x, int *y, int width, int *real_width, struct color_pair *color, format_align_T align, int format_only) |
void | dlg_format_text (struct dialog_data *dlg_data, struct widget_data *widget_data, int x, int *y, int dlg_width, int *real_width, int height, int format_only) |
Variables | |
const struct widget_ops | text_ops |
#define text_is_scrollable | ( | widget_data | ) |
void add_dlg_text | ( | struct dialog * | dlg, |
char * | text, | ||
format_align_T | align, | ||
int | bottom_pad ) |
void dlg_format_text | ( | struct dialog_data * | dlg_data, |
struct widget_data * | widget_data, | ||
int | x, | ||
int * | y, | ||
int | dlg_width, | ||
int * | real_width, | ||
int | height, | ||
int | format_only ) |
void dlg_format_text_do | ( | struct dialog_data * | dlg_data, |
const char * | text, | ||
int | x, | ||
int * | y, | ||
int | width, | ||
int * | real_width, | ||
struct color_pair * | color, | ||
format_align_T | align, | ||
int | format_only ) |
|
extern |