application/browser.h

Fri, 11 Dec 2020 11:46:19 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 11 Dec 2020 11:46:19 +0100
changeset 3
c04433993fbb
permissions
-rw-r--r--

add drawingarea and textarea group

/*
 * 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