libdom
|
Go to the source code of this file.
Typedefs | |
typedef struct dom_html_menu_element | dom_html_menu_element |
Functions | |
dom_exception | dom_html_menu_element_get_compact (dom_html_menu_element *ele, bool *compact) |
dom_exception | dom_html_menu_element_set_compact (dom_html_menu_element *ele, bool compact) |
typedef struct dom_html_menu_element dom_html_menu_element |
dom_exception dom_html_menu_element_get_compact | ( | dom_html_menu_element * | ele, |
bool * | compact ) |
Get the compact property
ele | The dom_html_menu_element object |
compact | The status |
dom_exception dom_html_menu_element_set_compact | ( | dom_html_menu_element * | ele, |
bool | compact ) |
Set the compact property
ele | The dom_html_menu_element object |
compact | The status |