ELinks 0.18.0
|
#include <stdarg.h>
#include "elinks.h"
#include "bfu/dialog.h"
#include "bfu/button.h"
#include "bfu/msgbox.h"
#include "bfu/text.h"
#include "intl/libintl.h"
#include "terminal/terminal.h"
#include "util/color.h"
#include "util/memlist.h"
#include "util/memory.h"
#include "util/snprintf.h"
#include "util/string.h"
Functions | |
struct dialog_data * | msg_box (struct terminal *term, struct memory_list *ml, msgbox_flags_T flags, char *title, format_align_T align, char *text, void *udata, int buttons,...) |
static char * | msg_text_do (char *format, va_list ap) |
char * | msg_text (struct terminal *term, const char *format,...) |
static void | abort_refreshed_msg_box_handler (struct dialog_data *dlg_data) |
static enum dlg_refresh_code | refresh_msg_box (struct dialog_data *dlg_data, void *data) |
void | refreshed_msg_box (struct terminal *term, msgbox_flags_T flags, char *title, format_align_T align, char *(get_info)(struct terminal *, void *), void *data) |
struct dialog_data * | info_box (struct terminal *term, msgbox_flags_T flags, char *title, format_align_T align, char *text) |
|
static |
struct dialog_data * info_box | ( | struct terminal * | term, |
msgbox_flags_T | flags, | ||
char * | title, | ||
format_align_T | align, | ||
char * | text ) |
struct dialog_data * msg_box | ( | struct terminal * | term, |
struct memory_list * | ml, | ||
msgbox_flags_T | flags, | ||
char * | title, | ||
format_align_T | align, | ||
char * | text, | ||
void * | udata, | ||
int | buttons, | ||
... ) |
char * msg_text | ( | struct terminal * | term, |
const char * | format, | ||
... ) |
|
inlinestatic |
|
static |
void refreshed_msg_box | ( | struct terminal * | term, |
msgbox_flags_T | flags, | ||
char * | title, | ||
format_align_T | align, | ||
char * | get_info)(struct terminal *, void *, | ||
void * | data ) |