application/browser.h

changeset 3
c04433993fbb
equal deleted inserted replaced
2:ea89bbb0c4c8 3:c04433993fbb
1 /*
2 * To change this license header, choose License Headers in Project Properties.
3 * To change this template file, choose Tools | Templates
4 * and open the template in the editor.
5 */
6
7 /*
8 * File: browser.h
9 * Author: olaf
10 *
11 * Created on 11. Dezember 2020, 10:56
12 */
13
14 #ifndef APP_BROWSER_H
15 #define APP_BROWSER_H
16
17 #include "application.h"
18
19 #include <ui/graphics.h>
20
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24
25 UIWIDGET document_browser_create(UiObject *obj);
26
27 void browser_draw(UiEvent *event, UiGraphics *g, void *udata);
28
29 #ifdef __cplusplus
30 }
31 #endif
32
33 #endif /* APP_BROWSER_H */
34

mercurial