ELinks 0.16.1.1
element.h File Reference
Include dependency graph for element.h:
This graph shows which files directly or indirectly include this file:

Functions

JSObject * getElement (JSContext *ctx, void *node)
void walk_tree (struct string *buf, void *nod, bool start=true, bool toSortAttrs=false)
void check_element_event (void *elem, const char *event_name, struct term_event *ev)

Variables

JSClass element_class
JSPropertySpec element_props []

Function Documentation

◆ check_element_event()

void check_element_event ( void * elem,
const char * event_name,
struct term_event * ev )

◆ getElement()

JSObject * getElement ( JSContext * ctx,
void * node )

◆ walk_tree()

void walk_tree ( struct string * buf,
void * nod,
bool start = true,
bool toSortAttrs = false )

Variable Documentation

◆ element_class

JSClass element_class
extern

◆ element_props

JSPropertySpec element_props[]
extern