application/browser.h

changeset 3
c04433993fbb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/application/browser.h	Fri Dec 11 11:46:19 2020 +0100
@@ -0,0 +1,34 @@
+/*
+ * To change this license header, choose License Headers in Project Properties.
+ * To change this template file, choose Tools | Templates
+ * and open the template in the editor.
+ */
+
+/* 
+ * File:   browser.h
+ * Author: olaf
+ *
+ * Created on 11. Dezember 2020, 10:56
+ */
+
+#ifndef APP_BROWSER_H
+#define APP_BROWSER_H
+
+#include "application.h"
+
+#include <ui/graphics.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+UIWIDGET document_browser_create(UiObject *obj);
+
+void browser_draw(UiEvent *event, UiGraphics *g, void *udata);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* APP_BROWSER_H */
+

mercurial