ui/wpf/label.h

4 months ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 26 Nov 2024 10:40:03 +0100 (4 months ago)
branch
newapi
changeset 392
df62b7205bd3
parent 101
1c943d43fa81
permissions
-rw-r--r--

fix UiList binding copy and missing GTK table setselection method

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