application/application.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
parent 0
804d8803eade
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:   application.h
 * Author: olaf
 *
 * Created on 8. Dezember 2020, 10:40
 */

#ifndef APPLICATION_H
#define APPLICATION_H

#include <ui/ui.h>

#ifdef __cplusplus
extern "C" {
#endif
    
enum ApplicationUIGroups {
    APPGR_DOCUMENT_OPEN = 0
};

void application_startup(UiEvent *event, void *data);


#ifdef __cplusplus
}
#endif

#endif /* APPLICATION_H */

mercurial