NetSurf
Data Fields
form_option Struct Reference

Option in a select. More...

#include <form.h>

Collaboration diagram for form_option:
[legend]

Data Fields

void * node
 Corresponding DOM node. More...
 
bool selected
 
bool initial_selected
 
char * value
 
char * text
 NUL terminated. More...
 
struct form_optionnext
 

Detailed Description

Option in a select.

Definition at line 33 of file form.h.

Field Documentation

◆ initial_selected

bool form_option::initial_selected

Definition at line 36 of file form.h.

Referenced by form_add_option().

◆ next

struct form_option* form_option::next

◆ node

void* form_option::node

Corresponding DOM node.

Definition at line 34 of file form.h.

Referenced by form__select_process_selection(), and form_add_option().

◆ selected

bool form_option::selected

◆ text

char* form_option::text

◆ value

char* form_option::value

Definition at line 37 of file form.h.

Referenced by form_add_option(), form_free_control(), layout_line(), and layout_minmax_line().


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