ELinks 0.16.1.1
|
#include <string.h>
#include "elinks.h"
#include "bfu/dialog.h"
#include "dialogs/edit.h"
#include "intl/libintl.h"
#include "session/session.h"
#include "terminal/terminal.h"
#include "util/color.h"
#include "util/memory.h"
#include "util/string.h"
Macros | |
#define | EDIT_WIDGETS_COUNT 5 |
Functions | |
static widget_handler_status_T | my_cancel_dialog (struct dialog_data *dlg_data, struct widget_data *widget_data) |
void | do_edit_dialog (struct terminal *term, int intl, char *title, const char *src_name, const char *src_url, struct session *ses, struct dialog_data *parent, done_handler_T *when_done, void when_cancel(struct dialog *), void *done_data, enum edit_dialog_type dialog_type) |
#define EDIT_WIDGETS_COUNT 5 |
void do_edit_dialog | ( | struct terminal * | term, |
int | intl, | ||
char * | title, | ||
const char * | src_name, | ||
const char * | src_url, | ||
struct session * | ses, | ||
struct dialog_data * | parent, | ||
done_handler_T * | when_done, | ||
void | when_cancelstruct dialog *, | ||
void * | done_data, | ||
enum edit_dialog_type | dialog_type ) |
|
static |