ui/wpf/label.h

Sun, 06 Oct 2024 18:43:06 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 06 Oct 2024 18:43:06 +0200
changeset 50
9c25e2616bfa
parent 0
2483f517c562
permissions
-rw-r--r--

fix startup in case the dav config doesn't exist

/* 
 * File:   label.h
 * Author: Olaf
 *
 * Created on 19. Januar 2016, 18:12
 */

#ifndef LABEL_H
#define	LABEL_H

#include "toolkit.h"

#ifdef	__cplusplus
extern "C" {
#endif

UI_IMPORT UIWIDGET __stdcall UIlabel(void *container, char *label, int alignment);

UI_IMPORT UIWIDGET __stdcall UIspace(void *container);

UI_IMPORT UIWIDGET __stdcall UIseparator(void *container);

#ifdef	__cplusplus
}
#endif

#endif	/* LABEL_H */

mercurial