ELinks 0.18.0
|
#include <string.h>
#include "elinks.h"
#include "bfu/dialog.h"
#include "bfu/button.h"
#include "bfu/group.h"
#include "intl/libintl.h"
#include "terminal/draw.h"
#include "terminal/terminal.h"
#include "util/color.h"
Macros | |
#define | CHECKBOX_LEN 3 /* "[X]" or "(X)" */ |
Functions | |
void | dlg_format_group (struct dialog_data *dlg_data, struct widget_data *widget_data, int n, int x, int *y, int w, int *rw, int format_only) |
void | group_layouter (struct dialog_data *dlg_data) |
#define CHECKBOX_LEN 3 /* "[X]" or "(X)" */ |
void dlg_format_group | ( | struct dialog_data * | dlg_data, |
struct widget_data * | widget_data, | ||
int | n, | ||
int | x, | ||
int * | y, | ||
int | w, | ||
int * | rw, | ||
int | format_only ) |
void group_layouter | ( | struct dialog_data * | dlg_data | ) |