php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
window.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LEXBOR_HTML_WINDOW_H
8#define LEXBOR_HTML_WINDOW_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
16
17
21
22
25
28
29
30#ifdef __cplusplus
31} /* extern "C" */
32#endif
33
34#endif /* LEXBOR_HTML_WINDOW_H */
#define LXB_API
Definition def.h:48
struct lxb_dom_event_target lxb_dom_event_target_t
Definition interface.h:37
struct lxb_html_window lxb_html_window_t
Definition interface.h:167
struct lxb_html_document lxb_html_document_t
Definition interface.h:95
lxb_dom_event_target_t event_target
Definition window.h:19
LXB_API lxb_html_window_t * lxb_html_window_destroy(lxb_html_window_t *window)
Definition window.c:31
LXB_API lxb_html_window_t * lxb_html_window_create(lxb_html_document_t *document)
Definition window.c:12