|
NetSurf
|
Linked list of object element parameters. More...
#include <box.h>
Data Fields | |
| char * | name |
| char * | value |
| char * | type |
| char * | valuetype |
| struct object_param * | next |
| char* object_param::name |
Definition at line 153 of file box.h.
Referenced by box_embed(), and box_object().
| struct object_param* object_param::next |
Definition at line 157 of file box.h.
Referenced by box_embed(), and box_object().
| char* object_param::type |
Definition at line 155 of file box.h.
Referenced by box_embed(), and box_object().
| char* object_param::value |
Definition at line 154 of file box.h.
Referenced by box_embed(), and box_object().
| char* object_param::valuetype |
Definition at line 156 of file box.h.
Referenced by box_embed(), and box_object().