|
ELinks 0.18.0
|
#include <widget.h>

Data Fields | ||
| struct widget * | widget | |
| char * | cdata | |
| struct el_box | box | |
| union { | ||
| struct widget_data_info_field field | ||
| struct widget_data_info_checkbox checkbox | ||
| struct widget_data_info_text text | ||
| } | info | |
| struct el_box widget_data::box |
| char* widget_data::cdata |
| struct widget_data_info_checkbox widget_data::checkbox |
| struct widget_data_info_field widget_data::field |
| union { ... } widget_data::info |
| struct widget_data_info_text widget_data::text |
| struct widget* widget_data::widget |