ui/wpf/label.h

Sat, 14 Oct 2023 10:55:11 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 14 Oct 2023 10:55:11 +0200
branch
newapi
changeset 218
d06e7e8e53e1
parent 101
1c943d43fa81
permissions
-rw-r--r--

implement table activate/selection events (WinUI3)

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