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

Functions

int mjs_element_init (js_State *J)
void mjs_push_element (js_State *J, 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)

Function Documentation

◆ check_element_event()

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

◆ mjs_element_init()

int mjs_element_init ( js_State * J)

◆ mjs_push_element()

void mjs_push_element ( js_State * J,
void * node )

◆ walk_tree()

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