ELinks 0.16.1.1
element.h File Reference
#include <quickjs/quickjs.h>
Include dependency graph for element.h:

Functions

JSValue getElement (JSContext *ctx, void *node)
int js_element_init (JSContext *ctx)
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)

Function Documentation

◆ check_element_event()

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

◆ getElement()

JSValue getElement ( JSContext * ctx,
void * node )

◆ js_element_init()

int js_element_init ( JSContext * ctx)

◆ walk_tree()

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