libdom
|
#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 struct dom_html_pre_element dom_html_pre_element |
dom_exception dom_html_pre_element_get_width | ( | dom_html_pre_element * | pre, |
dom_long * | width ) |
Get the width Property
pre | The dom_html_pre_element object |
dom_exception dom_html_pre_element_set_width | ( | dom_html_pre_element * | pre, |
dom_long | width ) |
Set the width Property
pre | The dom_html_pre_element object |