ELinks 0.18.0
|
#include "bfu/common.h"
#include "bfu/button.h"
#include "bfu/checkbox.h"
#include "bfu/group.h"
#include "bfu/inpfield.h"
#include "bfu/inphist.h"
#include "bfu/leds.h"
#include "bfu/listbox.h"
#include "bfu/msgbox.h"
#include "bfu/text.h"
#include "util/lists.h"
#include "util/box.h"
Data Structures | |
struct | widget_ops |
struct | widget |
struct | widget_data |
Functions | |
void | display_widget (struct dialog_data *, struct widget_data *) |
static int | widget_is_focusable (struct widget_data *widget_data) |
void display_widget | ( | struct dialog_data * | dlg_data, |
struct widget_data * | widget_data ) |
|
inlinestatic |