|
NetSurf
|
Parameters for object element and similar elements. More...
#include <box.h>
Data Fields | |
| struct nsurl * | data |
| char * | type |
| char * | codetype |
| struct nsurl * | codebase |
| struct nsurl * | classid |
| struct object_param * | params |
| struct nsurl* object_params::classid |
Definition at line 169 of file box.h.
Referenced by box_embed(), box_object(), and box_object_talloc_destructor().
| struct nsurl* object_params::codebase |
Definition at line 168 of file box.h.
Referenced by box_embed(), box_object(), and box_object_talloc_destructor().
| char* object_params::codetype |
Definition at line 167 of file box.h.
Referenced by box_embed(), and box_object().
| struct nsurl* object_params::data |
Definition at line 165 of file box.h.
Referenced by box_embed(), box_object(), and box_object_talloc_destructor().
| struct object_param* object_params::params |
Definition at line 170 of file box.h.
Referenced by box_embed(), and box_object().
| char* object_params::type |
Definition at line 166 of file box.h.
Referenced by box_embed(), and box_object().