ui/wpf/label.h

Sun, 18 Sep 2016 07:45:42 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 18 Sep 2016 07:45:42 +0200
changeset 130
212b63dd61be
parent 101
1c943d43fa81
permissions
-rw-r--r--

adds some qt stuff

sidebar container
tableview can be updated
implements textarea setposition

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