ELinks 0.18.0
|
#include <widget.h>
Data Fields | |
const struct widget_ops * | ops |
char * | text |
widget_handler_T * | handler |
void * | data |
int | datalen |
union { | |
struct widget_info_checkbox checkbox | |
struct widget_info_field field | |
struct widget_info_button button | |
struct widget_info_text text | |
} | info |
enum widget_type | type |
struct widget_info_button widget::button |
struct widget_info_checkbox widget::checkbox |
void* widget::data |
int widget::datalen |
struct widget_info_field widget::field |
widget_handler_T* widget::handler |
union { ... } widget::info |
const struct widget_ops* widget::ops |
char* widget::text |
struct widget_info_text widget::text |
enum widget_type widget::type |