libdom
Loading...
Searching...
No Matches
html_pre_element.h File Reference
#include <stdbool.h>
#include <dom/inttypes.h>
#include <dom/core/exceptions.h>
#include <dom/core/string.h>

Go to the source code of this file.

Typedefs

typedef struct dom_html_pre_element dom_html_pre_element
 

Functions

dom_exception dom_html_pre_element_get_width (dom_html_pre_element *element, dom_long *width)
 
dom_exception dom_html_pre_element_set_width (dom_html_pre_element *element, dom_long width)
 

Typedef Documentation

◆ dom_html_pre_element

typedef struct dom_html_pre_element dom_html_pre_element

Function Documentation

◆ dom_html_pre_element_get_width()

dom_exception dom_html_pre_element_get_width ( dom_html_pre_element * pre,
dom_long * width )

Get the width Property

Parameters
preThe dom_html_pre_element object

◆ dom_html_pre_element_set_width()

dom_exception dom_html_pre_element_set_width ( dom_html_pre_element * pre,
dom_long width )

Set the width Property

Parameters
preThe dom_html_pre_element object