NetSurf
Data Fields
object_param Struct Reference

Linked list of object element parameters. More...

#include <box.h>

Collaboration diagram for object_param:
[legend]

Data Fields

char * name
 
char * value
 
char * type
 
char * valuetype
 
struct object_paramnext
 

Detailed Description

Linked list of object element parameters.

Definition at line 152 of file box.h.

Field Documentation

◆ name

char* object_param::name

Definition at line 153 of file box.h.

Referenced by box_embed(), and box_object().

◆ next

struct object_param* object_param::next

Definition at line 157 of file box.h.

Referenced by box_embed(), and box_object().

◆ type

char* object_param::type

Definition at line 155 of file box.h.

Referenced by box_embed(), and box_object().

◆ value

char* object_param::value

Definition at line 154 of file box.h.

Referenced by box_embed(), and box_object().

◆ valuetype

char* object_param::valuetype

Definition at line 156 of file box.h.

Referenced by box_embed(), and box_object().


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