ELinks 0.18.0
widget_data Struct Reference

#include <widget.h>

Collaboration diagram for widget_data:

Data Fields

struct widgetwidget
 
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 
 

Field Documentation

◆ box

struct el_box widget_data::box

◆ cdata

char* widget_data::cdata

◆ checkbox

struct widget_data_info_checkbox widget_data::checkbox

◆ field

struct widget_data_info_field widget_data::field

◆ [union]

union { ... } widget_data::info

◆ text

struct widget_data_info_text widget_data::text

◆ widget

struct widget* widget_data::widget

The documentation for this struct was generated from the following file: