libdom
Loading...
Searching...
No Matches
Typedefs | Functions
html_canvas_element.h File Reference
#include <dom/inttypes.h>
#include <dom/core/exceptions.h>
#include <dom/html/html_document.h>

Go to the source code of this file.

Typedefs

typedef struct dom_html_canvas_element dom_html_canvas_element
 

Functions

dom_exception dom_html_canvas_element_get_width (dom_html_canvas_element *object, dom_ulong *width)
 
dom_exception dom_html_canvas_element_set_width (dom_html_canvas_element *object, dom_ulong width)
 
dom_exception dom_html_canvas_element_get_height (dom_html_canvas_element *object, dom_ulong *height)
 
dom_exception dom_html_canvas_element_set_height (dom_html_canvas_element *object, dom_ulong height)
 

Typedef Documentation

◆ dom_html_canvas_element

typedef struct dom_html_canvas_element dom_html_canvas_element

Function Documentation

◆ dom_html_canvas_element_get_height()

dom_exception dom_html_canvas_element_get_height ( dom_html_canvas_element * object,
dom_ulong * height )

◆ dom_html_canvas_element_get_width()

dom_exception dom_html_canvas_element_get_width ( dom_html_canvas_element * object,
dom_ulong * width )

◆ dom_html_canvas_element_set_height()

dom_exception dom_html_canvas_element_set_height ( dom_html_canvas_element * object,
dom_ulong height )

◆ dom_html_canvas_element_set_width()

dom_exception dom_html_canvas_element_set_width ( dom_html_canvas_element * object,
dom_ulong width )