ELinks 0.18.0
widget Struct Reference

#include <widget.h>

Collaboration diagram for widget:

Data Fields

const struct widget_opsops
 
char * text
 
widget_handler_Thandler
 
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
 

Field Documentation

◆ button

struct widget_info_button widget::button

◆ checkbox

struct widget_info_checkbox widget::checkbox

◆ data

void* widget::data

◆ datalen

int widget::datalen

◆ field

struct widget_info_field widget::field

◆ handler

widget_handler_T* widget::handler

◆ [union]

union { ... } widget::info

◆ ops

const struct widget_ops* widget::ops

◆ text [1/2]

char* widget::text

◆ text [2/2]

struct widget_info_text widget::text

◆ type

enum widget_type widget::type

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